#33b1bb

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

Shades of Light Sea Green #33B1BB

Tints of Light Sea Green #33B1BB

Color information

#33B1BB (or 0x33B1BB) is unknown color: approx Light Sea Green. HEX triplet: 33, B1 and BB. RGB value is (51,177,187). Sum of RGB (Red+Green+Blue) = 51+177+187=415 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.29% from 415); Green value is 177 (69.53% from 255 or 42.65% from 415); Blue value is 187 (73.44% from 255 or 45.06% from 415); Max value from RGB is 187 - color contains mainly: blue. Hex color #33B1BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33B1BB is #CC4E44. Grayscale: #8C8C8C. Windows color (decimal): -13389381 or 12300595. OLE color: 12300595.

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

Color convert

RGB51177187-
CMYK0.730.0500.27
HSL184.41º57.14%46.67%-
HSV(B)184.41º72.73%73.33%-
XYZ26.0635.7452.54-
YUV140.47154.2664.19-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.29%
GREEN value IS 177 (69.53% from 255) = 42.65%
BLUE value IS 187 (73.44% from 255) = 45.06%
R=12.29%
G=42.65%
B=45.06%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal511771870.730.0500.27184.4157.1446.67
Hex33B1BB49501Bb8392f
Octal6326127311150332707157
Binary1100111011000110111011100100110101101110111000111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33b1bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,177,187); }

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

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

 a { background-color: rgb(51,177,187); }

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

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

 span { border-color: rgb(51,177,187); }

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