#70FAC9

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

Shades of Aquamarine #70FAC9

Tints of Aquamarine #70FAC9

Color information

#70FAC9 (or 0x70FAC9) is unknown color: approx Aquamarine. HEX triplet: 70, FA and C9. RGB value is (112,250,201). Sum of RGB (Red+Green+Blue) = 112+250+201=563 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.89% from 563); Green value is 250 (98.05% from 255 or 44.40% from 563); Blue value is 201 (78.91% from 255 or 35.70% from 563); Max value from RGB is 250 - color contains mainly: green. Hex color #70FAC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FAC9 is #8F0536. Grayscale: #CBCBCB. Windows color (decimal): -9372983 or 13236848. OLE color: 13236848.

HSL color Cylindrical-coordinate representation of color #70FAC9: hue angle of 158.7º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70FAC9 is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB112250201-
CMYK0.5500.200.02
HSL158.7º93.24%70.98%-
HSV(B)158.7º55.2%98.04%-
XYZ51.4176.0367.22-
YUV203.15126.7862.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.89%
GREEN value IS 250 (98.05% from 255) = 44.40%
BLUE value IS 201 (78.91% from 255) = 35.70%
R=19.89%
G=44.40%
B=35.70%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1122502010.5500.200.02158.793.2470.98
Hex70FAC93701429f5d47
Octal160372311670242237135107
Binary11100001111101011001001110111010100101001111110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70FAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,250,201); }

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

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

 a { background-color: rgb(112,250,201); }

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

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

 span { border-color: rgb(112,250,201); }

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