#33BFB0

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

Shades of Light Sea Green #33BFB0

Tints of Light Sea Green #33BFB0

Color information

#33BFB0 (or 0x33BFB0) is unknown color: approx Light Sea Green. HEX triplet: 33, BF and B0. RGB value is (51,191,176). Sum of RGB (Red+Green+Blue) = 51+191+176=418 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.20% from 418); Green value is 191 (75% from 255 or 45.69% from 418); Blue value is 176 (69.14% from 255 or 42.11% from 418); Max value from RGB is 191 - color contains mainly: green. Hex color #33BFB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33BFB0 is #CC404F. Grayscale: #939393. Windows color (decimal): -13385808 or 11583283. OLE color: 11583283.

HSL color Cylindrical-coordinate representation of color #33BFB0: hue angle of 173.57º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33BFB0 is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB51191176-
CMYK0.7300.080.25
HSL173.57º57.85%47.45%-
HSV(B)173.57º73.3%74.9%-
XYZ27.8341.147.54-
YUV147.43144.1259.22-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.20%
GREEN value IS 191 (75% from 255) = 45.69%
BLUE value IS 176 (69.14% from 255) = 42.11%
R=12.20%
G=45.69%
B=42.11%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal511911760.7300.080.25173.5757.8547.45
Hex33BFB0490819ae3a2f
Octal63277260111010312567257
Binary11001110111111101100001001001010001100110101110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33BFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,191,176); }

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

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

 a { background-color: rgb(51,191,176); }

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

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

 span { border-color: rgb(51,191,176); }

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