#33AF72

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

Shades of Medium Sea Green #33AF72

Tints of Medium Sea Green #33AF72

Color information

#33AF72 (or 0x33AF72) is unknown color: approx Medium Sea Green. HEX triplet: 33, AF and 72. RGB value is (51,175,114). Sum of RGB (Red+Green+Blue) = 51+175+114=340 (45% of max value = 765). Red value is 51 (20.31% from 255 or 15% from 340); Green value is 175 (68.75% from 255 or 51.47% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 175 - color contains mainly: green. Hex color #33AF72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33AF72 is #CC508D. Grayscale: #838383. Windows color (decimal): -13389966 or 7515955. OLE color: 7515955.

HSL color Cylindrical-coordinate representation of color #33AF72: hue angle of 150.48º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #33AF72 is Cyan = 0.71, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB51175114-
CMYK0.7100.350.31
HSL150.48º54.87%44.31%-
HSV(B)150.48º70.86%68.63%-
XYZ19.7332.5821.17-
YUV130.97118.4270.96-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15%
GREEN value IS 175 (68.75% from 255) = 51.47%
BLUE value IS 114 (44.92% from 255) = 33.53%
R=15%
G=51.47%
B=33.53%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal511751140.7100.350.31150.4854.8744.31
Hex33AF72470231F96372c
Octal63257162107043372266754
Binary110011101011111110010100011101000111111110010110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33AF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,175,114); }

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

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

 a { background-color: rgb(51,175,114); }

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

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

 span { border-color: rgb(51,175,114); }

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