#33B5B8

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

Shades of Light Sea Green #33B5B8

Tints of Light Sea Green #33B5B8

Color information

#33B5B8 (or 0x33B5B8) is unknown color: approx Light Sea Green. HEX triplet: 33, B5 and B8. RGB value is (51,181,184). Sum of RGB (Red+Green+Blue) = 51+181+184=416 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.26% from 416); Green value is 181 (71.09% from 255 or 43.51% from 416); Blue value is 184 (72.27% from 255 or 44.23% from 416); Max value from RGB is 184 - color contains mainly: blue. Hex color #33B5B8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33B5B8 is #CC4A47. Grayscale: #8E8E8E. Windows color (decimal): -13388360 or 12105011. OLE color: 12105011.

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

Color convert

RGB51181184-
CMYK0.720.0200.28
HSL181.35º56.6%46.08%-
HSV(B)181.35º72.28%72.16%-
XYZ26.5437.2151.13-
YUV142.47151.4362.76-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.26%
GREEN value IS 181 (71.09% from 255) = 43.51%
BLUE value IS 184 (72.27% from 255) = 44.23%
R=12.26%
G=43.51%
B=44.23%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal511811840.720.0200.28181.3556.646.08
Hex33B5B848201Cb5392e
Octal6326527011020342657156
Binary110011101101011011100010010001001110010110101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33B5B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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