#34BDB6

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

Shades of Light Sea Green #34BDB6

Tints of Light Sea Green #34BDB6

Color information

#34BDB6 (or 0x34BDB6) is unknown color: approx Light Sea Green. HEX triplet: 34, BD and B6. RGB value is (52,189,182). Sum of RGB (Red+Green+Blue) = 52+189+182=423 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.29% from 423); Green value is 189 (74.22% from 255 or 44.68% from 423); Blue value is 182 (71.48% from 255 or 43.03% from 423); Max value from RGB is 189 - color contains mainly: green. Hex color #34BDB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34BDB6 is #CB4249. Grayscale: #939393. Windows color (decimal): -13320778 or 11975988. OLE color: 11975988.

HSL color Cylindrical-coordinate representation of color #34BDB6: hue angle of 176.93º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34BDB6 is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB52189182-
CMYK0.7200.040.26
HSL176.93º56.85%47.25%-
HSV(B)176.93º72.49%74.12%-
XYZ28.0640.550.59-
YUV147.24147.6160.07-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.29%
GREEN value IS 189 (74.22% from 255) = 44.68%
BLUE value IS 182 (71.48% from 255) = 43.03%
R=12.29%
G=44.68%
B=43.03%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal521891820.7200.040.26176.9356.8547.25
Hex34BDB648041Ab1392f
Octal6427526611004322617157
Binary1101001011110110110110100100001001101010110001111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34BDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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