#34A9AD

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

Shades of Light Sea Green #34A9AD

Tints of Light Sea Green #34A9AD

Color information

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

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

Color convert

RGB52169173-
CMYK0.700.0200.32
HSL181.98º53.78%44.12%-
HSV(B)181.98º69.94%67.84%-
XYZ23.1532.1244.52-
YUV134.47149.7469.17-

RGB Variations

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

RGB

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

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
Decimal521691730.700.0200.32181.9853.7844.12
Hex34A9AD462020b6362c
Octal6425125510620402666654
Binary1101001010100110101101100011010010000010110110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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