#33B9B8

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

Shades of Light Sea Green #33B9B8

Tints of Light Sea Green #33B9B8

Color information

#33B9B8 (or 0x33B9B8) is unknown color: approx Light Sea Green. HEX triplet: 33, B9 and B8. RGB value is (51,185,184). Sum of RGB (Red+Green+Blue) = 51+185+184=420 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.14% from 420); Green value is 185 (72.66% from 255 or 44.05% from 420); Blue value is 184 (72.27% from 255 or 43.81% from 420); Max value from RGB is 185 - color contains mainly: green. Hex color #33B9B8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33B9B8 is #CC4647. Grayscale: #909090. Windows color (decimal): -13387336 or 12106035. OLE color: 12106035.

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

Color convert

RGB51185184-
CMYK0.7200.010.27
HSL179.55º56.78%46.27%-
HSV(B)179.55º72.43%72.55%-
XYZ27.3738.8651.41-
YUV144.82150.1161.08-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.14%
GREEN value IS 185 (72.66% from 255) = 44.05%
BLUE value IS 184 (72.27% from 255) = 43.81%
R=12.14%
G=44.05%
B=43.81%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal511851840.7200.010.27179.5556.7846.27
Hex33B9B848011Bb4392e
Octal6327127011001332647156
Binary11001110111001101110001001000011101110110100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33B9B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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