#34C4B6

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

Shades of Light Sea Green #34C4B6

Tints of Light Sea Green #34C4B6

Color information

#34C4B6 (or 0x34C4B6) is unknown color: approx Light Sea Green. HEX triplet: 34, C4 and B6. RGB value is (52,196,182). Sum of RGB (Red+Green+Blue) = 52+196+182=430 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.09% from 430); Green value is 196 (76.95% from 255 or 45.58% from 430); Blue value is 182 (71.48% from 255 or 42.33% from 430); Max value from RGB is 196 - color contains mainly: green. Hex color #34C4B6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34C4B6 is #CB3B49. Grayscale: #979797. Windows color (decimal): -13318986 or 11977780. OLE color: 11977780.

HSL color Cylindrical-coordinate representation of color #34C4B6: hue angle of 174.17º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34C4B6 is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.23.

Color convert

RGB52196182-
CMYK0.7300.070.23
HSL174.17º58.06%48.63%-
HSV(B)174.17º73.47%76.86%-
XYZ29.643.5951.11-
YUV151.35145.2957.14-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.09%
GREEN value IS 196 (76.95% from 255) = 45.58%
BLUE value IS 182 (71.48% from 255) = 42.33%
R=12.09%
G=45.58%
B=42.33%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal521961820.7300.070.23174.1758.0648.63
Hex34C4B6490717ae3a31
Octal6430426611107272567261
Binary1101001100010010110110100100101111011110101110111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34C4B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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