#33BF82

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

Shades of Medium Sea Green #33BF82

Tints of Medium Sea Green #33BF82

Color information

#33BF82 (or 0x33BF82) is unknown color: approx Medium Sea Green. HEX triplet: 33, BF and 82. RGB value is (51,191,130). Sum of RGB (Red+Green+Blue) = 51+191+130=372 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.71% from 372); Green value is 191 (75% from 255 or 51.34% from 372); Blue value is 130 (51.17% from 255 or 34.95% from 372); Max value from RGB is 191 - color contains mainly: green. Hex color #33BF82 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33BF82 is #CC407D. Grayscale: #8E8E8E. Windows color (decimal): -13385854 or 8568627. OLE color: 8568627.

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

Color convert

RGB51191130-
CMYK0.7300.320.25
HSL153.86º57.85%47.45%-
HSV(B)153.86º73.3%74.9%-
XYZ24.0339.5827.49-
YUV142.19121.1262.96-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.71%
GREEN value IS 191 (75% from 255) = 51.34%
BLUE value IS 130 (51.17% from 255) = 34.95%
R=13.71%
G=51.34%
B=34.95%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal511911300.7300.320.25153.8657.8547.45
Hex33BF8249020199a3a2f
Octal63277202111040312327257
Binary1100111011111110000010100100101000001100110011010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33BF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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