#34AEAE

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

Shades of Light Sea Green #34AEAE

Tints of Light Sea Green #34AEAE

Color information

#34AEAE (or 0x34AEAE) is unknown color: approx Light Sea Green. HEX triplet: 34, AE and AE. RGB value is (52,174,174). Sum of RGB (Red+Green+Blue) = 52+174+174=400 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13% from 400); Green value is 174 (68.36% from 255 or 43.5% from 400); Blue value is 174 (68.36% from 255 or 43.5% from 400); Max value from RGB is 174 - color contains mainly: green, blue. Hex color #34AEAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34AEAE is #CB5151. Grayscale: #898989. Windows color (decimal): -13324626 or 11447860. OLE color: 11447860.

HSL color Cylindrical-coordinate representation of color #34AEAE: hue angle of 180º 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 #34AEAE is Cyan = 0.70, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB52174174-
CMYK0.70000.32
HSL180º53.98%44.31%-
HSV(B)180º70.11%68.24%-
XYZ24.1934.0645.34-
YUV137.52148.5867-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13%
GREEN value IS 174 (68.36% from 255) = 43.5%
BLUE value IS 174 (68.36% from 255) = 43.5%
R=13%
G=43.5%
B=43.5%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal521741740.70000.3218053.9844.31
Hex34AEAE460020b4362c
Octal6425625610600402646654
Binary110100101011101010111010001100010000010110100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34AEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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