#34C2B0

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

Shades of Light Sea Green #34C2B0

Tints of Light Sea Green #34C2B0

Color information

#34C2B0 (or 0x34C2B0) is unknown color: approx Light Sea Green. HEX triplet: 34, C2 and B0. RGB value is (52,194,176). Sum of RGB (Red+Green+Blue) = 52+194+176=422 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.32% from 422); Green value is 194 (76.17% from 255 or 45.97% from 422); Blue value is 176 (69.14% from 255 or 41.71% from 422); Max value from RGB is 194 - color contains mainly: green. Hex color #34C2B0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34C2B0 is #CB3D4F. Grayscale: #959595. Windows color (decimal): -13319504 or 11584052. OLE color: 11584052.

HSL color Cylindrical-coordinate representation of color #34C2B0: hue angle of 172.39º 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 #34C2B0 is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB52194176-
CMYK0.7300.090.24
HSL172.39º57.72%48.24%-
HSV(B)172.39º73.2%76.08%-
XYZ28.5442.4547.76-
YUV149.49142.9658.46-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.32%
GREEN value IS 194 (76.17% from 255) = 45.97%
BLUE value IS 176 (69.14% from 255) = 41.71%
R=12.32%
G=45.97%
B=41.71%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal521941760.7300.090.24172.3957.7248.24
Hex34C2B0490918ac3a30
Octal64302260111011302547260
Binary11010011000010101100001001001010011100010101100111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34C2B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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