#33BCC0

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

Shades of Light Sea Green #33BCC0

Tints of Light Sea Green #33BCC0

Color information

#33BCC0 (or 0x33BCC0) is unknown color: approx Light Sea Green. HEX triplet: 33, BC and C0. RGB value is (51,188,192). Sum of RGB (Red+Green+Blue) = 51+188+192=431 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.83% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 192 (75.39% from 255 or 44.55% from 431); Max value from RGB is 192 - color contains mainly: blue. Hex color #33BCC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BCC0 is #CC433F. Grayscale: #939393. Windows color (decimal): -13386560 or 12631091. OLE color: 12631091.

HSL color Cylindrical-coordinate representation of color #33BCC0: hue angle of 181.7º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33BCC0 is Cyan = 0.73, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB51188192-
CMYK0.730.0200.25
HSL181.7º58.02%47.65%-
HSV(B)181.7º73.44%75.29%-
XYZ28.8640.4856.16-
YUV147.49153.1159.17-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.83%
GREEN value IS 188 (73.83% from 255) = 43.62%
BLUE value IS 192 (75.39% from 255) = 44.55%
R=11.83%
G=43.62%
B=44.55%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal511881920.730.0200.25181.758.0247.65
Hex33BCC0492019b63a30
Octal6327430011120312667260
Binary110011101111001100000010010011001100110110110111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33BCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,188,192); }

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

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

 a { background-color: rgb(51,188,192); }

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

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

 span { border-color: rgb(51,188,192); }

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