#7FF9DF

Color #7FF9DF Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #7FF9DF

Tints of Aquamarine #7FF9DF

Color information

#7FF9DF (or 0x7FF9DF) is unknown color: approx Aquamarine. HEX triplet: 7F, F9 and DF. RGB value is (127,249,223). Sum of RGB (Red+Green+Blue) = 127+249+223=599 (79% of max value = 765). Red value is 127 (50% from 255 or 21.20% from 599); Green value is 249 (97.66% from 255 or 41.57% from 599); Blue value is 223 (87.5% from 255 or 37.23% from 599); Max value from RGB is 249 - color contains mainly: green. Hex color #7FF9DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FF9DF is #800620. Grayscale: #D1D1D1. Windows color (decimal): -8390177 or 14678399. OLE color: 14678399.

HSL color Cylindrical-coordinate representation of color #7FF9DF: hue angle of 167.21º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7FF9DF is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB127249223-
CMYK0.4900.100.02
HSL167.21º91.04%73.73%-
HSV(B)167.21º49%97.65%-
XYZ55.9577.5981.84-
YUV209.56135.5869.11-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 21.20%
GREEN value IS 249 (97.66% from 255) = 41.57%
BLUE value IS 223 (87.5% from 255) = 37.23%
R=21.20%
G=41.57%
B=37.23%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1272492230.4900.100.02167.2191.0473.73
Hex7FF9DF310A2a75b4a
Octal177371337610122247133112
Binary1111111111110011101111111000101010101010011110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FF9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FF9DF; }

 p { color: rgb(127,249,223); }

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

<style>
 a { background-color: #7FF9DF; }

 a { background-color: rgb(127,249,223); }

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

<style>
 span { border-color: #7FF9DF; }

 span { border-color: rgb(127,249,223); }

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