#70CDAF

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

Shades of Medium Aquamarine #70CDAF

Tints of Medium Aquamarine #70CDAF

Color information

#70CDAF (or 0x70CDAF) is unknown color: approx Medium Aquamarine. HEX triplet: 70, CD and AF. RGB value is (112,205,175). Sum of RGB (Red+Green+Blue) = 112+205+175=492 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.76% from 492); Green value is 205 (80.47% from 255 or 41.67% from 492); Blue value is 175 (68.75% from 255 or 35.57% from 492); Max value from RGB is 205 - color contains mainly: green. Hex color #70CDAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CDAF is #8F3250. Grayscale: #ADADAD. Windows color (decimal): -9384529 or 11521392. OLE color: 11521392.

HSL color Cylindrical-coordinate representation of color #70CDAF: hue angle of 160.65º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70CDAF is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB112205175-
CMYK0.4500.150.20
HSL160.65º48.19%62.16%-
HSV(B)160.65º45.37%80.39%-
XYZ36.2550.248.34-
YUV173.77128.6983.94-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.76%
GREEN value IS 205 (80.47% from 255) = 41.67%
BLUE value IS 175 (68.75% from 255) = 35.57%
R=22.76%
G=41.67%
B=35.57%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1122051750.4500.150.20160.6548.1962.16
Hex70CDAF2D0F14a1303e
Octal16031525755017242416076
Binary11100001100110110101111101101011111010010100001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,205,175); }

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

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

 a { background-color: rgb(112,205,175); }

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

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

 span { border-color: rgb(112,205,175); }

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