#34B9A9

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

Shades of Light Sea Green #34B9A9

Tints of Light Sea Green #34B9A9

Color information

#34B9A9 (or 0x34B9A9) is unknown color: approx Light Sea Green. HEX triplet: 34, B9 and A9. RGB value is (52,185,169). Sum of RGB (Red+Green+Blue) = 52+185+169=406 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.81% from 406); Green value is 185 (72.66% from 255 or 45.57% from 406); Blue value is 169 (66.41% from 255 or 41.63% from 406); Max value from RGB is 185 - color contains mainly: green. Hex color #34B9A9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34B9A9 is #CB4656. Grayscale: #8F8F8F. Windows color (decimal): -13321815 or 11122996. OLE color: 11122996.

HSL color Cylindrical-coordinate representation of color #34B9A9: hue angle of 172.78º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34B9A9 is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB52185169-
CMYK0.7200.090.27
HSL172.78º56.12%46.47%-
HSV(B)172.78º71.89%72.55%-
XYZ25.9338.2943.56-
YUV143.41142.4462.8-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.81%
GREEN value IS 185 (72.66% from 255) = 45.57%
BLUE value IS 169 (66.41% from 255) = 41.63%
R=12.81%
G=45.57%
B=41.63%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal521851690.7200.090.27172.7856.1246.47
Hex34B9A948091Bad382e
Octal64271251110011332557056
Binary11010010111001101010011001000010011101110101101111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B9A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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