#33B6BA

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

Shades of Light Sea Green #33B6BA

Tints of Light Sea Green #33B6BA

Color information

#33B6BA (or 0x33B6BA) is unknown color: approx Light Sea Green. HEX triplet: 33, B6 and BA. RGB value is (51,182,186). Sum of RGB (Red+Green+Blue) = 51+182+186=419 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.17% from 419); Green value is 182 (71.48% from 255 or 43.44% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 186 - color contains mainly: blue. Hex color #33B6BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33B6BA is #CC4945. Grayscale: #8F8F8F. Windows color (decimal): -13388102 or 12236339. OLE color: 12236339.

HSL color Cylindrical-coordinate representation of color #33B6BA: hue angle of 181.78º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33B6BA is Cyan = 0.73, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB51182186-
CMYK0.730.0200.27
HSL181.78º56.96%46.47%-
HSV(B)181.78º72.58%72.94%-
XYZ26.9637.752.31-
YUV143.29152.162.17-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.17%
GREEN value IS 182 (71.48% from 255) = 43.44%
BLUE value IS 186 (73.05% from 255) = 44.39%
R=12.17%
G=43.44%
B=44.39%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal511821860.730.0200.27181.7856.9646.47
Hex33B6BA49201Bb6392e
Octal6326627211120332667156
Binary110011101101101011101010010011001101110110110111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33B6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,182,186); }

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

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

 a { background-color: rgb(51,182,186); }

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

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

 span { border-color: rgb(51,182,186); }

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