#33A475

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

Shades of Medium Sea Green #33A475

Tints of Medium Sea Green #33A475

Color information

#33A475 (or 0x33A475) is unknown color: approx Medium Sea Green. HEX triplet: 33, A4 and 75. RGB value is (51,164,117). Sum of RGB (Red+Green+Blue) = 51+164+117=332 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.36% from 332); Green value is 164 (64.45% from 255 or 49.40% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 164 - color contains mainly: green. Hex color #33A475 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33A475 is #CC5B8A. Grayscale: #7C7C7C. Windows color (decimal): -13392779 or 7709747. OLE color: 7709747.

HSL color Cylindrical-coordinate representation of color #33A475: hue angle of 155.04º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #33A475 is Cyan = 0.69, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB51164117-
CMYK0.6900.290.36
HSL155.04º52.56%42.16%-
HSV(B)155.04º68.9%64.31%-
XYZ17.8528.5421.4-
YUV124.85123.5675.32-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.36%
GREEN value IS 164 (64.45% from 255) = 49.40%
BLUE value IS 117 (46.09% from 255) = 35.24%
R=15.36%
G=49.40%
B=35.24%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal511641170.6900.290.36155.0452.5642.16
Hex33A4754501D249b352a
Octal63244165105035442336552
Binary110011101001001110101100010101110110010010011011110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33A475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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