#70CCA8

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

Shades of Medium Aquamarine #70CCA8

Tints of Medium Aquamarine #70CCA8

Color information

#70CCA8 (or 0x70CCA8) is unknown color: approx Medium Aquamarine. HEX triplet: 70, CC and A8. RGB value is (112,204,168). Sum of RGB (Red+Green+Blue) = 112+204+168=484 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.14% from 484); Green value is 204 (80.08% from 255 or 42.15% from 484); Blue value is 168 (66.02% from 255 or 34.71% from 484); Max value from RGB is 204 - color contains mainly: green. Hex color #70CCA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CCA8 is #8F3357. Grayscale: #ACACAC. Windows color (decimal): -9384792 or 11062384. OLE color: 11062384.

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

Color convert

RGB112204168-
CMYK0.4500.180.2
HSL156.52º47.42%61.96%-
HSV(B)156.52º45.1%80%-
XYZ35.3449.4644.73-
YUV172.39125.5284.93-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.14%
GREEN value IS 204 (80.08% from 255) = 42.15%
BLUE value IS 168 (66.02% from 255) = 34.71%
R=23.14%
G=42.15%
B=34.71%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1122041680.4500.180.2156.5247.4261.96
Hex70CCA82D012149d2f3e
Octal16031425055022242355776
Binary111000011001100101010001011010100101010010011101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CCA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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