#33C4B0

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

Shades of Light Sea Green #33C4B0

Tints of Light Sea Green #33C4B0

Color information

#33C4B0 (or 0x33C4B0) is unknown color: approx Light Sea Green. HEX triplet: 33, C4 and B0. RGB value is (51,196,176). Sum of RGB (Red+Green+Blue) = 51+196+176=423 (56% of max value = 765). Red value is 51 (20.31% from 255 or 12.06% from 423); Green value is 196 (76.95% from 255 or 46.34% from 423); Blue value is 176 (69.14% from 255 or 41.61% from 423); Max value from RGB is 196 - color contains mainly: green. Hex color #33C4B0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33C4B0 is #CC3B4F. Grayscale: #969696. Windows color (decimal): -13384528 or 11584563. OLE color: 11584563.

HSL color Cylindrical-coordinate representation of color #33C4B0: hue angle of 171.72º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #33C4B0 is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB51196176-
CMYK0.7400.100.23
HSL171.72º58.7%48.43%-
HSV(B)171.72º73.98%76.86%-
XYZ28.9443.3247.91-
YUV150.36142.4657.13-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.06%
GREEN value IS 196 (76.95% from 255) = 46.34%
BLUE value IS 176 (69.14% from 255) = 41.61%
R=12.06%
G=46.34%
B=41.61%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal511961760.7400.100.23171.7258.748.43
Hex33C4B04A0A17ac3b30
Octal63304260112012272547360
Binary11001111000100101100001001010010101011110101100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33C4B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33C4B0; }

 p { color: rgb(51,196,176); }

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

<style>
 a { background-color: #33C4B0; }

 a { background-color: rgb(51,196,176); }

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

<style>
 span { border-color: #33C4B0; }

 span { border-color: rgb(51,196,176); }

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