#34B6B2

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

Shades of Light Sea Green #34B6B2

Tints of Light Sea Green #34B6B2

Color information

#34B6B2 (or 0x34B6B2) is unknown color: approx Light Sea Green. HEX triplet: 34, B6 and B2. RGB value is (52,182,178). Sum of RGB (Red+Green+Blue) = 52+182+178=412 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.62% from 412); Green value is 182 (71.48% from 255 or 44.17% from 412); Blue value is 178 (69.92% from 255 or 43.20% from 412); Max value from RGB is 182 - color contains mainly: green. Hex color #34B6B2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34B6B2 is #CB494D. Grayscale: #8E8E8E. Windows color (decimal): -13322574 or 11712052. OLE color: 11712052.

HSL color Cylindrical-coordinate representation of color #34B6B2: hue angle of 178.15º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #34B6B2 is Cyan = 0.71, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB52182178-
CMYK0.7100.020.29
HSL178.15º55.56%45.88%-
HSV(B)178.15º71.43%71.37%-
XYZ26.1837.447.96-
YUV142.67147.9363.33-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.62%
GREEN value IS 182 (71.48% from 255) = 44.17%
BLUE value IS 178 (69.92% from 255) = 43.20%
R=12.62%
G=44.17%
B=43.20%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal521821780.7100.020.29178.1555.5645.88
Hex34B6B247021Db2382e
Octal6426626210702352627056
Binary110100101101101011001010001110101110110110010111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B6B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,182,178); }

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

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

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

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

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

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

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