#70F8DE

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

Shades of Aquamarine #70F8DE

Tints of Aquamarine #70F8DE

Color information

#70F8DE (or 0x70F8DE) is unknown color: approx Aquamarine. HEX triplet: 70, F8 and DE. RGB value is (112,248,222). Sum of RGB (Red+Green+Blue) = 112+248+222=582 (77% of max value = 765). Red value is 112 (44.14% from 255 or 19.24% from 582); Green value is 248 (97.27% from 255 or 42.61% from 582); Blue value is 222 (87.11% from 255 or 38.14% from 582); Max value from RGB is 248 - color contains mainly: green. Hex color #70F8DE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70F8DE is #8F0721. Grayscale: #CCCCCC. Windows color (decimal): -9373474 or 14612592. OLE color: 14612592.

HSL color Cylindrical-coordinate representation of color #70F8DE: hue angle of 168.53º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70F8DE is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB112248222-
CMYK0.5500.100.03
HSL168.53º90.67%70.59%-
HSV(B)168.53º54.84%97.25%-
XYZ53.4375.8580.93-
YUV204.37137.9462.11-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.24%
GREEN value IS 248 (97.27% from 255) = 42.61%
BLUE value IS 222 (87.11% from 255) = 38.14%
R=19.24%
G=42.61%
B=38.14%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1122482220.5500.100.03168.5390.6770.59
Hex70F8DE370A3a95b47
Octal160370336670123251133107
Binary1110000111110001101111011011101010111010100110110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70F8DE; }

 p { color: rgb(112,248,222); }

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

<style>
 a { background-color: #70F8DE; }

 a { background-color: rgb(112,248,222); }

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

<style>
 span { border-color: #70F8DE; }

 span { border-color: rgb(112,248,222); }

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