#00f7aa

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

Shades of Medium Spring Green #00F7AA

Tints of Medium Spring Green #00F7AA

Color information

#00F7AA (or 0x00F7AA) is unknown color: approx Medium Spring Green. HEX triplet: 00, F7 and AA. RGB value is (0,247,170). Sum of RGB (Red+Green+Blue) = 0+247+170=417 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 417); Green value is 247 (96.88% from 255 or 59.23% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 247 - color contains mainly: green. Hex color #00F7AA is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00F7AA is #FF0855. Grayscale: #A4A4A4. Windows color (decimal): -16713814 or 11204352. OLE color: 11204352.

HSL color Cylindrical-coordinate representation of color #00F7AA: hue angle of 161.3º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F7AA is Cyan = 1, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB0247170-
CMYK100.310.03
HSL161.3º100%48.43%-
HSV(B)161.3º100%96.86%-
XYZ40.5269.4249.29-
YUV164.37131.1710.76-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 247 (96.88% from 255) = 59.23%
BLUE value IS 170 (66.80% from 255) = 40.77%
R=0%
G=59.23%
B=40.77%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal0247170100.310.03161.310048.43
Hex0F7AA6401F3a16430
Octal0367252144037324114460
Binary01111011110101010110010001111111101000011100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00f7aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00f7aa; }

 p { color: rgb(0,247,170); }

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

<style>
 a { background-color: #00f7aa; }

 a { background-color: rgb(0,247,170); }

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

<style>
 span { border-color: #00f7aa; }

 span { border-color: rgb(0,247,170); }

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