#34ADA9

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

Shades of Light Sea Green #34ADA9

Tints of Light Sea Green #34ADA9

Color information

#34ADA9 (or 0x34ADA9) is unknown color: approx Light Sea Green. HEX triplet: 34, AD and A9. RGB value is (52,173,169). Sum of RGB (Red+Green+Blue) = 52+173+169=394 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.20% from 394); Green value is 173 (67.97% from 255 or 43.91% from 394); Blue value is 169 (66.41% from 255 or 42.89% from 394); Max value from RGB is 173 - color contains mainly: green. Hex color #34ADA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34ADA9 is #CB5256. Grayscale: #888888. Windows color (decimal): -13324887 or 11119924. OLE color: 11119924.

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

Color convert

RGB52173169-
CMYK0.7000.020.32
HSL178.02º53.78%44.12%-
HSV(B)178.02º69.94%67.84%-
XYZ23.5233.4842.76-
YUV136.36146.4167.83-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.20%
GREEN value IS 173 (67.97% from 255) = 43.91%
BLUE value IS 169 (66.41% from 255) = 42.89%
R=13.20%
G=43.91%
B=42.89%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal521731690.7000.020.32178.0253.7844.12
Hex34ADA9460220b2362c
Octal6425525110602402626654
Binary1101001010110110101001100011001010000010110010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34ADA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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