#70FACA

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

Shades of Aquamarine #70FACA

Tints of Aquamarine #70FACA

Color information

#70FACA (or 0x70FACA) is unknown color: approx Aquamarine. HEX triplet: 70, FA and CA. RGB value is (112,250,202). Sum of RGB (Red+Green+Blue) = 112+250+202=564 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.86% from 564); Green value is 250 (98.05% from 255 or 44.33% from 564); Blue value is 202 (79.30% from 255 or 35.82% from 564); Max value from RGB is 250 - color contains mainly: green. Hex color #70FACA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FACA is #8F0535. Grayscale: #CBCBCB. Windows color (decimal): -9372982 or 13302384. OLE color: 13302384.

HSL color Cylindrical-coordinate representation of color #70FACA: hue angle of 159.13º 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 #70FACA is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB112250202-
CMYK0.5500.190.02
HSL159.13º93.24%70.98%-
HSV(B)159.13º55.2%98.04%-
XYZ51.5376.0867.85-
YUV203.27127.2862.9-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.86%
GREEN value IS 250 (98.05% from 255) = 44.33%
BLUE value IS 202 (79.30% from 255) = 35.82%
R=19.86%
G=44.33%
B=35.82%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1122502020.5500.190.02159.1393.2470.98
Hex70FACA3701329f5d47
Octal160372312670232237135107
Binary11100001111101011001010110111010011101001111110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70FACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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