#33BD7E

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

Shades of Medium Sea Green #33BD7E

Tints of Medium Sea Green #33BD7E

Color information

#33BD7E (or 0x33BD7E) is unknown color: approx Medium Sea Green. HEX triplet: 33, BD and 7E. RGB value is (51,189,126). Sum of RGB (Red+Green+Blue) = 51+189+126=366 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.93% from 366); Green value is 189 (74.22% from 255 or 51.64% from 366); Blue value is 126 (49.61% from 255 or 34.43% from 366); Max value from RGB is 189 - color contains mainly: green. Hex color #33BD7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33BD7E is #CC4281. Grayscale: #8C8C8C. Windows color (decimal): -13386370 or 8305971. OLE color: 8305971.

HSL color Cylindrical-coordinate representation of color #33BD7E: hue angle of 152.61º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33BD7E is Cyan = 0.73, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB51189126-
CMYK0.7300.330.26
HSL152.61º57.5%47.06%-
HSV(B)152.61º73.02%74.12%-
XYZ23.3338.6125.96-
YUV140.56119.7864.12-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.93%
GREEN value IS 189 (74.22% from 255) = 51.64%
BLUE value IS 126 (49.61% from 255) = 34.43%
R=13.93%
G=51.64%
B=34.43%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal511891260.7300.330.26152.6157.547.06
Hex33BD7E490211A993a2f
Octal63275176111041322317257
Binary110011101111011111110100100101000011101010011001111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33BD7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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