#34ADAE

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

Shades of Light Sea Green #34ADAE

Tints of Light Sea Green #34ADAE

Color information

#34ADAE (or 0x34ADAE) is unknown color: approx Light Sea Green. HEX triplet: 34, AD and AE. RGB value is (52,173,174). Sum of RGB (Red+Green+Blue) = 52+173+174=399 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.03% from 399); Green value is 173 (67.97% from 255 or 43.36% from 399); Blue value is 174 (68.36% from 255 or 43.61% from 399); Max value from RGB is 174 - color contains mainly: blue. Hex color #34ADAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34ADAE is #CB5251. Grayscale: #888888. Windows color (decimal): -13324882 or 11447604. OLE color: 11447604.

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

Color convert

RGB52173174-
CMYK0.700.0100.32
HSL180.49º53.98%44.31%-
HSV(B)180.49º70.11%68.24%-
XYZ2433.6745.28-
YUV136.94148.9167.42-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.03%
GREEN value IS 173 (67.97% from 255) = 43.36%
BLUE value IS 174 (68.36% from 255) = 43.61%
R=13.03%
G=43.36%
B=43.61%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal521731740.700.0100.32180.4953.9844.31
Hex34ADAE461020b4362c
Octal6425525610610402646654
Binary110100101011011010111010001101010000010110100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34ADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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