#33BD75

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

Shades of Medium Sea Green #33BD75

Tints of Medium Sea Green #33BD75

Color information

#33BD75 (or 0x33BD75) is unknown color: approx Medium Sea Green. HEX triplet: 33, BD and 75. RGB value is (51,189,117). Sum of RGB (Red+Green+Blue) = 51+189+117=357 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.29% from 357); Green value is 189 (74.22% from 255 or 52.94% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 189 - color contains mainly: green. Hex color #33BD75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33BD75 is #CC428A. Grayscale: #8B8B8B. Windows color (decimal): -13386379 or 7716147. OLE color: 7716147.

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

Color convert

RGB51189117-
CMYK0.7300.380.26
HSL148.7º57.5%47.06%-
HSV(B)148.7º73.02%74.12%-
XYZ22.7738.3823.04-
YUV139.53115.2864.85-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.29%
GREEN value IS 189 (74.22% from 255) = 52.94%
BLUE value IS 117 (46.09% from 255) = 32.77%
R=14.29%
G=52.94%
B=32.77%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal511891170.7300.380.26148.757.547.06
Hex33BD75490261A953a2f
Octal63275165111046322257257
Binary110011101111011110101100100101001101101010010101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33BD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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