#33BDBF

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

Shades of Light Sea Green #33BDBF

Tints of Light Sea Green #33BDBF

Color information

#33BDBF (or 0x33BDBF) is unknown color: approx Light Sea Green. HEX triplet: 33, BD and BF. RGB value is (51,189,191). Sum of RGB (Red+Green+Blue) = 51+189+191=431 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.83% from 431); Green value is 189 (74.22% from 255 or 43.85% from 431); Blue value is 191 (75% from 255 or 44.32% from 431); Max value from RGB is 191 - color contains mainly: blue. Hex color #33BDBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BDBF is #CC4240. Grayscale: #939393. Windows color (decimal): -13386305 or 12565811. OLE color: 12565811.

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

Color convert

RGB51189191-
CMYK0.730.0100.25
HSL180.86º57.85%47.45%-
HSV(B)180.86º73.3%74.9%-
XYZ28.9740.8655.65-
YUV147.97152.2858.84-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.83%
GREEN value IS 189 (74.22% from 255) = 43.85%
BLUE value IS 191 (75% from 255) = 44.32%
R=11.83%
G=43.85%
B=44.32%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal511891910.730.0100.25180.8657.8547.45
Hex33BDBF491019b53a2f
Octal6327527711110312657257
Binary11001110111101101111111001001101100110110101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33BDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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