#33b1b8

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

Shades of Light Sea Green #33B1B8

Tints of Light Sea Green #33B1B8

Color information

#33B1B8 (or 0x33B1B8) is unknown color: approx Light Sea Green. HEX triplet: 33, B1 and B8. RGB value is (51,177,184). Sum of RGB (Red+Green+Blue) = 51+177+184=412 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.38% from 412); Green value is 177 (69.53% from 255 or 42.96% from 412); Blue value is 184 (72.27% from 255 or 44.66% from 412); Max value from RGB is 184 - color contains mainly: blue. Hex color #33B1B8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33B1B8 is #CC4E47. Grayscale: #8B8B8B. Windows color (decimal): -13389384 or 12103987. OLE color: 12103987.

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

Color convert

RGB51177184-
CMYK0.720.0400.28
HSL183.16º56.6%46.08%-
HSV(B)183.16º72.28%72.16%-
XYZ25.7435.6150.86-
YUV140.12152.7664.43-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.38%
GREEN value IS 177 (69.53% from 255) = 42.96%
BLUE value IS 184 (72.27% from 255) = 44.66%
R=12.38%
G=42.96%
B=44.66%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal511771840.720.0400.28183.1656.646.08
Hex33B1B848401Cb7392e
Octal6326127011040342677156
Binary1100111011000110111000100100010001110010110111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33b1b8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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