#7FF0DF

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

Shades of Aquamarine #7FF0DF

Tints of Aquamarine #7FF0DF

Color information

#7FF0DF (or 0x7FF0DF) is unknown color: approx Aquamarine. HEX triplet: 7F, F0 and DF. RGB value is (127,240,223). Sum of RGB (Red+Green+Blue) = 127+240+223=590 (78% of max value = 765). Red value is 127 (50% from 255 or 21.53% from 590); Green value is 240 (94.14% from 255 or 40.68% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 240 - color contains mainly: green. Hex color #7FF0DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FF0DF is #800F20. Grayscale: #CCCCCC. Windows color (decimal): -8392481 or 14676095. OLE color: 14676095.

HSL color Cylindrical-coordinate representation of color #7FF0DF: hue angle of 170.97º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7FF0DF is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB127240223-
CMYK0.4700.070.06
HSL170.97º79.02%71.96%-
HSV(B)170.97º47.08%94.12%-
XYZ53.2372.1680.93-
YUV204.28138.5672.88-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 21.53%
GREEN value IS 240 (94.14% from 255) = 40.68%
BLUE value IS 223 (87.5% from 255) = 37.80%
R=21.53%
G=40.68%
B=37.80%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1272402230.4700.070.06170.9779.0271.96
Hex7FF0DF2F076ab4f48
Octal17736033757076253117110
Binary1111111111100001101111110111101111101010101110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FF0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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