#70F8CC

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

Shades of Aquamarine #70F8CC

Tints of Aquamarine #70F8CC

Color information

#70F8CC (or 0x70F8CC) is unknown color: approx Aquamarine. HEX triplet: 70, F8 and CC. RGB value is (112,248,204). Sum of RGB (Red+Green+Blue) = 112+248+204=564 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.86% from 564); Green value is 248 (97.27% from 255 or 43.97% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 248 - color contains mainly: green. Hex color #70F8CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70F8CC is #8F0733. Grayscale: #CACACA. Windows color (decimal): -9373492 or 13432944. OLE color: 13432944.

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

Color convert

RGB112248204-
CMYK0.5500.180.03
HSL160.59º90.67%70.59%-
HSV(B)160.59º54.84%97.25%-
XYZ51.1574.9468.9-
YUV202.32128.9463.58-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.86%
GREEN value IS 248 (97.27% from 255) = 43.97%
BLUE value IS 204 (80.08% from 255) = 36.17%
R=19.86%
G=43.97%
B=36.17%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1122482040.5500.180.03160.5990.6770.59
Hex70F8CC370123a15b47
Octal160370314670223241133107
Binary11100001111100011001100110111010010111010000110110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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