#70CCA7

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

Shades of Medium Aquamarine #70CCA7

Tints of Medium Aquamarine #70CCA7

Color information

#70CCA7 (or 0x70CCA7) is unknown color: approx Medium Aquamarine. HEX triplet: 70, CC and A7. RGB value is (112,204,167). Sum of RGB (Red+Green+Blue) = 112+204+167=483 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.19% from 483); Green value is 204 (80.08% from 255 or 42.24% from 483); Blue value is 167 (65.62% from 255 or 34.58% from 483); Max value from RGB is 204 - color contains mainly: green. Hex color #70CCA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CCA7 is #8F3358. Grayscale: #ACACAC. Windows color (decimal): -9384793 or 10996848. OLE color: 10996848.

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

Color convert

RGB112204167-
CMYK0.4500.180.2
HSL155.87º47.42%61.96%-
HSV(B)155.87º45.1%80%-
XYZ35.2549.4244.24-
YUV172.27125.0285.01-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.19%
GREEN value IS 204 (80.08% from 255) = 42.24%
BLUE value IS 167 (65.62% from 255) = 34.58%
R=23.19%
G=42.24%
B=34.58%

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
Decimal1122041670.4500.180.2155.8747.4261.96
Hex70CCA72D012149c2f3e
Octal16031424755022242345776
Binary111000011001100101001111011010100101010010011100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CCA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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