#34ABAE

Color #34ABAE Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #34ABAE

Tints of Light Sea Green #34ABAE

Color information

#34ABAE (or 0x34ABAE) is unknown color: approx Light Sea Green. HEX triplet: 34, AB and AE. RGB value is (52,171,174). Sum of RGB (Red+Green+Blue) = 52+171+174=397 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.10% from 397); Green value is 171 (67.19% from 255 or 43.07% from 397); Blue value is 174 (68.36% from 255 or 43.83% from 397); Max value from RGB is 174 - color contains mainly: blue. Hex color #34ABAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34ABAE is #CB5451. Grayscale: #878787. Windows color (decimal): -13325394 or 11447092. OLE color: 11447092.

HSL color Cylindrical-coordinate representation of color #34ABAE: hue angle of 181.48º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34ABAE is Cyan = 0.70, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB52171174-
CMYK0.700.0200.32
HSL181.48º53.98%44.31%-
HSV(B)181.48º70.11%68.24%-
XYZ23.6232.9145.15-
YUV135.76149.5868.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 13.10%
GREEN value IS 171 (67.19% from 255) = 43.07%
BLUE value IS 174 (68.36% from 255) = 43.83%
R=13.10%
G=43.07%
B=43.83%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal521711740.700.0200.32181.4853.9844.31
Hex34ABAE462020b5362c
Octal6425325610620402656654
Binary1101001010101110101110100011010010000010110101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34ABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34ABAE; }

 p { color: rgb(52,171,174); }

 H1.HeaderClassName
 {
   color: #34ABAE;
 }
 .AnyTagClassName
 {
   color: #34ABAE;
 }
</style>
background-color css

<style>
 a { background-color: #34ABAE; }

 a { background-color: rgb(52,171,174); }

 div.DivClassName
 {
   background-color: #34ABAE;
 }
 .BgClassName
 {
   background-color: #34ABAE;
 }
</style>
border-color css

<style>
 span { border-color: #34ABAE; }

 span { border-color: rgb(52,171,174); }

 td.TdClassName
 {
   border-color: #34ABAE;
 }
 .TagClassName
 {
   border-color: #34ABAE;
 }
</style>