#34BEB6

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

Shades of Light Sea Green #34BEB6

Tints of Light Sea Green #34BEB6

Color information

#34BEB6 (or 0x34BEB6) is unknown color: approx Light Sea Green. HEX triplet: 34, BE and B6. RGB value is (52,190,182). Sum of RGB (Red+Green+Blue) = 52+190+182=424 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.26% from 424); Green value is 190 (74.61% from 255 or 44.81% from 424); Blue value is 182 (71.48% from 255 or 42.92% from 424); Max value from RGB is 190 - color contains mainly: green. Hex color #34BEB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34BEB6 is #CB4149. Grayscale: #939393. Windows color (decimal): -13320522 or 11976244. OLE color: 11976244.

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

Color convert

RGB52190182-
CMYK0.7300.040.25
HSL176.52º57.02%47.45%-
HSV(B)176.52º72.63%74.51%-
XYZ28.2740.9350.67-
YUV147.83147.2859.65-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.26%
GREEN value IS 190 (74.61% from 255) = 44.81%
BLUE value IS 182 (71.48% from 255) = 42.92%
R=12.26%
G=44.81%
B=42.92%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal521901820.7300.040.25176.5257.0247.45
Hex34BEB6490419b1392f
Octal6427626611104312617157
Binary1101001011111010110110100100101001100110110001111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34BEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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