#70F8CB

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

Shades of Aquamarine #70F8CB

Tints of Aquamarine #70F8CB

Color information

#70F8CB (or 0x70F8CB) is unknown color: approx Aquamarine. HEX triplet: 70, F8 and CB. RGB value is (112,248,203). Sum of RGB (Red+Green+Blue) = 112+248+203=563 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.89% from 563); Green value is 248 (97.27% from 255 or 44.05% from 563); Blue value is 203 (79.69% from 255 or 36.06% from 563); Max value from RGB is 248 - color contains mainly: green. Hex color #70F8CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70F8CB is #8F0734. Grayscale: #CACACA. Windows color (decimal): -9373493 or 13367408. OLE color: 13367408.

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

Color convert

RGB112248203-
CMYK0.5500.180.03
HSL160.15º90.67%70.59%-
HSV(B)160.15º54.84%97.25%-
XYZ51.0374.8968.27-
YUV202.21128.4463.66-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.89%
GREEN value IS 248 (97.27% from 255) = 44.05%
BLUE value IS 203 (79.69% from 255) = 36.06%
R=19.89%
G=44.05%
B=36.06%

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
Decimal1122482030.5500.180.03160.1590.6770.59
Hex70F8CB370123a05b47
Octal160370313670223240133107
Binary11100001111100011001011110111010010111010000010110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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