#33BA75

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

Shades of Medium Sea Green #33BA75

Tints of Medium Sea Green #33BA75

Color information

#33BA75 (or 0x33BA75) is unknown color: approx Medium Sea Green. HEX triplet: 33, BA and 75. RGB value is (51,186,117). Sum of RGB (Red+Green+Blue) = 51+186+117=354 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.41% from 354); Green value is 186 (73.05% from 255 or 52.54% from 354); Blue value is 117 (46.09% from 255 or 33.05% from 354); Max value from RGB is 186 - color contains mainly: green. Hex color #33BA75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33BA75 is #CC458A. Grayscale: #898989. Windows color (decimal): -13387147 or 7715379. OLE color: 7715379.

HSL color Cylindrical-coordinate representation of color #33BA75: hue angle of 149.33º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33BA75 is Cyan = 0.73, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB51186117-
CMYK0.7300.370.27
HSL149.33º56.96%46.47%-
HSV(B)149.33º72.58%72.94%-
XYZ22.1437.1122.83-
YUV137.77116.2766.11-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.41%
GREEN value IS 186 (73.05% from 255) = 52.54%
BLUE value IS 117 (46.09% from 255) = 33.05%
R=14.41%
G=52.54%
B=33.05%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal511861170.7300.370.27149.3356.9646.47
Hex33BA75490251B95392e
Octal63272165111045332257156
Binary110011101110101110101100100101001011101110010101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33BA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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