#70FCD2

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

Shades of Aquamarine #70FCD2

Tints of Aquamarine #70FCD2

Color information

#70FCD2 (or 0x70FCD2) is unknown color: approx Aquamarine. HEX triplet: 70, FC and D2. RGB value is (112,252,210). Sum of RGB (Red+Green+Blue) = 112+252+210=574 (76% of max value = 765). Red value is 112 (44.14% from 255 or 19.51% from 574); Green value is 252 (98.83% from 255 or 43.90% from 574); Blue value is 210 (82.42% from 255 or 36.59% from 574); Max value from RGB is 252 - color contains mainly: green. Hex color #70FCD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FCD2 is #8F032D. Grayscale: #CDCDCD. Windows color (decimal): -9372462 or 13827184. OLE color: 13827184.

HSL color Cylindrical-coordinate representation of color #70FCD2: hue angle of 162º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70FCD2 is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB112252210-
CMYK0.5600.170.01
HSL162º95.89%71.37%-
HSV(B)162º55.56%98.82%-
XYZ53.1377.7273.17-
YUV205.35130.6261.42-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.51%
GREEN value IS 252 (98.83% from 255) = 43.90%
BLUE value IS 210 (82.42% from 255) = 36.59%
R=19.51%
G=43.90%
B=36.59%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1122522100.5600.170.0116295.8971.37
Hex70FCD2380111a26047
Octal160374322700211242140107
Binary1110000111111001101001011100001000111010001011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70FCD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,252,210); }

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

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

 a { background-color: rgb(112,252,210); }

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

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

 span { border-color: rgb(112,252,210); }

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