#70EDD7

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

Shades of Aquamarine #70EDD7

Tints of Aquamarine #70EDD7

Color information

#70EDD7 (or 0x70EDD7) is unknown color: approx Aquamarine. HEX triplet: 70, ED and D7. RGB value is (112,237,215). Sum of RGB (Red+Green+Blue) = 112+237+215=564 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.86% from 564); Green value is 237 (92.97% from 255 or 42.02% from 564); Blue value is 215 (84.38% from 255 or 38.12% from 564); Max value from RGB is 237 - color contains mainly: green. Hex color #70EDD7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70EDD7 is #8F1228. Grayscale: #C5C5C5. Windows color (decimal): -9376297 or 14151024. OLE color: 14151024.

HSL color Cylindrical-coordinate representation of color #70EDD7: hue angle of 169.44º 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 #70EDD7 is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB112237215-
CMYK0.5300.090.07
HSL169.44º77.64%68.43%-
HSV(B)169.44º52.74%92.94%-
XYZ49.2368.9275-
YUV197.12138.0967.29-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.86%
GREEN value IS 237 (92.97% from 255) = 42.02%
BLUE value IS 215 (84.38% from 255) = 38.12%
R=19.86%
G=42.02%
B=38.12%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1122372150.5300.090.07169.4477.6468.43
Hex70EDD735097a94e44
Octal160355327650117251116104
Binary11100001110110111010111110101010011111010100110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70EDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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