#70FFE6

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

Shades of Aquamarine #70FFE6

Tints of Aquamarine #70FFE6

Color information

#70FFE6 (or 0x70FFE6) is unknown color: approx Aquamarine. HEX triplet: 70, FF and E6. RGB value is (112,255,230). Sum of RGB (Red+Green+Blue) = 112+255+230=597 (79% of max value = 765). Red value is 112 (44.14% from 255 or 18.76% from 597); Green value is 255 (100% from 255 or 42.71% from 597); Blue value is 230 (90.23% from 255 or 38.53% from 597); Max value from RGB is 255 - color contains mainly: green. Hex color #70FFE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70FFE6 is #8F0019. Grayscale: #D1D1D1. Windows color (decimal): -9371674 or 15138672. OLE color: 15138672.

HSL color Cylindrical-coordinate representation of color #70FFE6: hue angle of 169.51º 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 #70FFE6 is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.

Color convert

RGB112255230-
CMYK0.5600.100
HSL169.51º100%71.96%-
HSV(B)169.51º56.08%100%-
XYZ56.7380.6887.45-
YUV209.39139.6258.53-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 18.76%
GREEN value IS 255 (100% from 255) = 42.71%
BLUE value IS 230 (90.23% from 255) = 38.53%
R=18.76%
G=42.71%
B=38.53%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1122552300.5600.100169.5110071.96
Hex70FFE6380A0aa6448
Octal160377346700120252144110
Binary111000011111111111001101110000101001010101011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70FFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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