#70F1C0

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

Shades of Aquamarine #70F1C0

Tints of Aquamarine #70F1C0

Color information

#70F1C0 (or 0x70F1C0) is unknown color: approx Aquamarine. HEX triplet: 70, F1 and C0. RGB value is (112,241,192). Sum of RGB (Red+Green+Blue) = 112+241+192=545 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.55% from 545); Green value is 241 (94.53% from 255 or 44.22% from 545); Blue value is 192 (75.39% from 255 or 35.23% from 545); Max value from RGB is 241 - color contains mainly: green. Hex color #70F1C0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70F1C0 is #8F0E3F. Grayscale: #C4C4C4. Windows color (decimal): -9375296 or 12644720. OLE color: 12644720.

HSL color Cylindrical-coordinate representation of color #70F1C0: hue angle of 157.21º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70F1C0 is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB112241192-
CMYK0.5400.200.05
HSL157.21º82.17%69.22%-
HSV(B)157.21º53.53%94.51%-
XYZ47.6570.1660.9-
YUV196.84125.2667.48-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.55%
GREEN value IS 241 (94.53% from 255) = 44.22%
BLUE value IS 192 (75.39% from 255) = 35.23%
R=20.55%
G=44.22%
B=35.23%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1122411920.5400.200.05157.2182.1769.22
Hex70F1C03601459d5245
Octal160361300660245235122105
Binary111000011110001110000001101100101001011001110110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,241,192); }

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

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

 a { background-color: rgb(112,241,192); }

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

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

 span { border-color: rgb(112,241,192); }

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