#70FEE0

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

Shades of Aquamarine #70FEE0

Tints of Aquamarine #70FEE0

Color information

#70FEE0 (or 0x70FEE0) is unknown color: approx Aquamarine. HEX triplet: 70, FE and E0. RGB value is (112,254,224). Sum of RGB (Red+Green+Blue) = 112+254+224=590 (78% of max value = 765). Red value is 112 (44.14% from 255 or 18.98% from 590); Green value is 254 (99.61% from 255 or 43.05% from 590); Blue value is 224 (87.89% from 255 or 37.97% from 590); Max value from RGB is 254 - color contains mainly: green. Hex color #70FEE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FEE0 is #8F011F. Grayscale: #D0D0D0. Windows color (decimal): -9371936 or 14745200. OLE color: 14745200.

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

Color convert

RGB112254224-
CMYK0.5600.120.00
HSL167.32º98.61%71.76%-
HSV(B)167.32º55.91%99.61%-
XYZ55.5879.7182.98-
YUV208.12136.9659.44-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 18.98%
GREEN value IS 254 (99.61% from 255) = 43.05%
BLUE value IS 224 (87.89% from 255) = 37.97%
R=18.98%
G=43.05%
B=37.97%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1122542240.5600.120.00167.3298.6171.76
Hex70FEE0380C0a76348
Octal160376340700140247143110
Binary111000011111110111000001110000110001010011111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70FEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,254,224); }

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

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

 a { background-color: rgb(112,254,224); }

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

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

 span { border-color: rgb(112,254,224); }

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