#33B9B6

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

Shades of Light Sea Green #33B9B6

Tints of Light Sea Green #33B9B6

Color information

#33B9B6 (or 0x33B9B6) is unknown color: approx Light Sea Green. HEX triplet: 33, B9 and B6. RGB value is (51,185,182). Sum of RGB (Red+Green+Blue) = 51+185+182=418 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.20% from 418); Green value is 185 (72.66% from 255 or 44.26% from 418); Blue value is 182 (71.48% from 255 or 43.54% from 418); Max value from RGB is 185 - color contains mainly: green. Hex color #33B9B6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33B9B6 is #CC4649. Grayscale: #909090. Windows color (decimal): -13387338 or 11974963. OLE color: 11974963.

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

Color convert

RGB51185182-
CMYK0.7200.020.27
HSL178.66º56.78%46.27%-
HSV(B)178.66º72.43%72.55%-
XYZ27.1638.7850.31-
YUV144.59149.1161.24-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.20%
GREEN value IS 185 (72.66% from 255) = 44.26%
BLUE value IS 182 (71.48% from 255) = 43.54%
R=12.20%
G=44.26%
B=43.54%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal511851820.7200.020.27178.6656.7846.27
Hex33B9B648021Bb3392e
Octal6327126611002332637156
Binary110011101110011011011010010000101101110110011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33B9B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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