#34C2B8

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

Shades of Light Sea Green #34C2B8

Tints of Light Sea Green #34C2B8

Color information

#34C2B8 (or 0x34C2B8) is unknown color: approx Light Sea Green. HEX triplet: 34, C2 and B8. RGB value is (52,194,184). Sum of RGB (Red+Green+Blue) = 52+194+184=430 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.09% from 430); Green value is 194 (76.17% from 255 or 45.12% from 430); Blue value is 184 (72.27% from 255 or 42.79% from 430); Max value from RGB is 194 - color contains mainly: green. Hex color #34C2B8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34C2B8 is #CB3D47. Grayscale: #969696. Windows color (decimal): -13319496 or 12108340. OLE color: 12108340.

HSL color Cylindrical-coordinate representation of color #34C2B8: hue angle of 175.77º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34C2B8 is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB52194184-
CMYK0.7300.050.24
HSL175.77º57.72%48.24%-
HSV(B)175.77º73.2%76.08%-
XYZ29.3642.7752.06-
YUV150.4146.9657.81-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.09%
GREEN value IS 194 (76.17% from 255) = 45.12%
BLUE value IS 184 (72.27% from 255) = 42.79%
R=12.09%
G=45.12%
B=42.79%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal521941840.7300.050.24175.7757.7248.24
Hex34C2B8490518b03a30
Octal6430227011105302607260
Binary1101001100001010111000100100101011100010110000111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34C2B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,194,184); }

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

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

 a { background-color: rgb(52,194,184); }

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

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

 span { border-color: rgb(52,194,184); }

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