#70EDCA

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

Shades of Aquamarine #70EDCA

Tints of Aquamarine #70EDCA

Color information

#70EDCA (or 0x70EDCA) is unknown color: approx Aquamarine. HEX triplet: 70, ED and CA. RGB value is (112,237,202). Sum of RGB (Red+Green+Blue) = 112+237+202=551 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.33% from 551); Green value is 237 (92.97% from 255 or 43.01% from 551); Blue value is 202 (79.30% from 255 or 36.66% from 551); Max value from RGB is 237 - color contains mainly: green. Hex color #70EDCA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70EDCA is #8F1235. Grayscale: #C3C3C3. Windows color (decimal): -9376310 or 13299056. OLE color: 13299056.

HSL color Cylindrical-coordinate representation of color #70EDCA: hue angle of 163.2º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70EDCA is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB112237202-
CMYK0.5300.150.07
HSL163.2º77.64%68.43%-
HSV(B)163.2º52.74%92.94%-
XYZ47.6368.2866.55-
YUV195.64131.5968.35-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.33%
GREEN value IS 237 (92.97% from 255) = 43.01%
BLUE value IS 202 (79.30% from 255) = 36.66%
R=20.33%
G=43.01%
B=36.66%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1122372020.5300.150.07163.277.6468.43
Hex70EDCA350F7a34e44
Octal160355312650177243116104
Binary11100001110110111001010110101011111111010001110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70EDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,237,202); }

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

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

 a { background-color: rgb(112,237,202); }

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

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

 span { border-color: rgb(112,237,202); }

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