#33B2BB

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

Shades of Light Sea Green #33B2BB

Tints of Light Sea Green #33B2BB

Color information

#33B2BB (or 0x33B2BB) is unknown color: approx Light Sea Green. HEX triplet: 33, B2 and BB. RGB value is (51,178,187). Sum of RGB (Red+Green+Blue) = 51+178+187=416 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.26% from 416); Green value is 178 (69.92% from 255 or 42.79% from 416); Blue value is 187 (73.44% from 255 or 44.95% from 416); Max value from RGB is 187 - color contains mainly: blue. Hex color #33B2BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33B2BB is #CC4D44. Grayscale: #8C8C8C. Windows color (decimal): -13389125 or 12300851. OLE color: 12300851.

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

Color convert

RGB51178187-
CMYK0.730.0500.27
HSL183.97º57.14%46.67%-
HSV(B)183.97º72.73%73.33%-
XYZ26.2636.1352.6-
YUV141.05153.9263.77-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.26%
GREEN value IS 178 (69.92% from 255) = 42.79%
BLUE value IS 187 (73.44% from 255) = 44.95%
R=12.26%
G=42.79%
B=44.95%

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
Decimal511781870.730.0500.27183.9757.1446.67
Hex33B2BB49501Bb8392f
Octal6326227311150332707157
Binary1100111011001010111011100100110101101110111000111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33B2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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