#70CCAF

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

Shades of Medium Aquamarine #70CCAF

Tints of Medium Aquamarine #70CCAF

Color information

#70CCAF (or 0x70CCAF) is unknown color: approx Medium Aquamarine. HEX triplet: 70, CC and AF. RGB value is (112,204,175). Sum of RGB (Red+Green+Blue) = 112+204+175=491 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.81% from 491); Green value is 204 (80.08% from 255 or 41.55% from 491); Blue value is 175 (68.75% from 255 or 35.64% from 491); Max value from RGB is 204 - color contains mainly: green. Hex color #70CCAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CCAF is #8F3350. Grayscale: #ADADAD. Windows color (decimal): -9384785 or 11521136. OLE color: 11521136.

HSL color Cylindrical-coordinate representation of color #70CCAF: hue angle of 161.09º degrees, saturation: 0.47, 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 #70CCAF is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB112204175-
CMYK0.4500.140.2
HSL161.09º47.42%61.96%-
HSV(B)161.09º45.1%80%-
XYZ36.0149.7348.26-
YUV173.19129.0284.36-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.81%
GREEN value IS 204 (80.08% from 255) = 41.55%
BLUE value IS 175 (68.75% from 255) = 35.64%
R=22.81%
G=41.55%
B=35.64%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1122041750.4500.140.2161.0947.4261.96
Hex70CCAF2D0E14a12f3e
Octal16031425755016242415776
Binary11100001100110010101111101101011101010010100001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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