#33BDC0

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

Shades of Light Sea Green #33BDC0

Tints of Light Sea Green #33BDC0

Color information

#33BDC0 (or 0x33BDC0) is unknown color: approx Light Sea Green. HEX triplet: 33, BD and C0. RGB value is (51,189,192). Sum of RGB (Red+Green+Blue) = 51+189+192=432 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.81% from 432); Green value is 189 (74.22% from 255 or 43.75% from 432); Blue value is 192 (75.39% from 255 or 44.44% from 432); Max value from RGB is 192 - color contains mainly: blue. Hex color #33BDC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BDC0 is #CC423F. Grayscale: #939393. Windows color (decimal): -13386304 or 12631347. OLE color: 12631347.

HSL color Cylindrical-coordinate representation of color #33BDC0: hue angle of 181.28º 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 #33BDC0 is Cyan = 0.73, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB51189192-
CMYK0.730.0200.25
HSL181.28º58.02%47.65%-
HSV(B)181.28º73.44%75.29%-
XYZ29.0840.956.23-
YUV148.08152.7858.76-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.81%
GREEN value IS 189 (74.22% from 255) = 43.75%
BLUE value IS 192 (75.39% from 255) = 44.44%
R=11.81%
G=43.75%
B=44.44%

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
Decimal511891920.730.0200.25181.2858.0247.65
Hex33BDC0492019b53a30
Octal6327530011120312657260
Binary110011101111011100000010010011001100110110101111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33BDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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