#33bcb0

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

Shades of Light Sea Green #33BCB0

Tints of Light Sea Green #33BCB0

Color information

#33BCB0 (or 0x33BCB0) is unknown color: approx Light Sea Green. HEX triplet: 33, BC and B0. RGB value is (51,188,176). Sum of RGB (Red+Green+Blue) = 51+188+176=415 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.29% from 415); Green value is 188 (73.83% from 255 or 45.30% from 415); Blue value is 176 (69.14% from 255 or 42.41% from 415); Max value from RGB is 188 - color contains mainly: green. Hex color #33BCB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33BCB0 is #CC434F. Grayscale: #919191. Windows color (decimal): -13386576 or 11582515. OLE color: 11582515.

HSL color Cylindrical-coordinate representation of color #33BCB0: hue angle of 174.74º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33BCB0 is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB51188176-
CMYK0.7300.060.26
HSL174.74º57.32%46.86%-
HSV(B)174.74º72.87%73.73%-
XYZ27.1839.847.32-
YUV145.67145.1160.48-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.29%
GREEN value IS 188 (73.83% from 255) = 45.30%
BLUE value IS 176 (69.14% from 255) = 42.41%
R=12.29%
G=45.30%
B=42.41%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal511881760.7300.060.26174.7457.3246.86
Hex33BCB049061Aaf392f
Octal6327426011106322577157
Binary1100111011110010110000100100101101101010101111111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33bcb0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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