#70FFCE

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

Shades of Aquamarine #70FFCE

Tints of Aquamarine #70FFCE

Color information

#70FFCE (or 0x70FFCE) is unknown color: approx Aquamarine. HEX triplet: 70, FF and CE. RGB value is (112,255,206). Sum of RGB (Red+Green+Blue) = 112+255+206=573 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.55% from 573); Green value is 255 (100% from 255 or 44.50% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 255 - color contains mainly: green. Hex color #70FFCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FFCE is #8F0031. Grayscale: #CECECE. Windows color (decimal): -9371698 or 13565808. OLE color: 13565808.

HSL color Cylindrical-coordinate representation of color #70FFCE: hue angle of 159.44º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70FFCE is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB112255206-
CMYK0.5600.190
HSL159.44º100%71.96%-
HSV(B)159.44º56.08%100%-
XYZ53.5879.4270.9-
YUV206.66127.6260.48-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.55%
GREEN value IS 255 (100% from 255) = 44.50%
BLUE value IS 206 (80.86% from 255) = 35.95%
R=19.55%
G=44.50%
B=35.95%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1122552060.5600.190159.4410071.96
Hex70FFCE3801309f6448
Octal160377316700230237144110
Binary1110000111111111100111011100001001101001111111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70FFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,255,206); }

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

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

 a { background-color: rgb(112,255,206); }

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

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

 span { border-color: rgb(112,255,206); }

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