#70c8a4

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

Shades of Medium Aquamarine #70C8A4

Tints of Medium Aquamarine #70C8A4

Color information

#70C8A4 (or 0x70C8A4) is unknown color: approx Medium Aquamarine. HEX triplet: 70, C8 and A4. RGB value is (112,200,164). Sum of RGB (Red+Green+Blue) = 112+200+164=476 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.53% from 476); Green value is 200 (78.52% from 255 or 42.02% from 476); Blue value is 164 (64.45% from 255 or 34.45% from 476); Max value from RGB is 200 - color contains mainly: green. Hex color #70C8A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C8A4 is #8F375B. Grayscale: #A9A9A9. Windows color (decimal): -9385820 or 10799216. OLE color: 10799216.

HSL color Cylindrical-coordinate representation of color #70C8A4: hue angle of 155.45º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #70C8A4 is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB112200164-
CMYK0.4400.180.22
HSL155.45º44.44%61.18%-
HSV(B)155.45º44%78.43%-
XYZ34.0447.4342.48-
YUV169.58124.8586.93-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.53%
GREEN value IS 200 (78.52% from 255) = 42.02%
BLUE value IS 164 (64.45% from 255) = 34.45%
R=23.53%
G=42.02%
B=34.45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1122001640.4400.180.22155.4544.4461.18
Hex70C8A42C012169b2c3d
Octal16031024454022262335475
Binary111000011001000101001001011000100101011010011011101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70c8a4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,200,164); }

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

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

 a { background-color: rgb(112,200,164); }

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

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

 span { border-color: rgb(112,200,164); }

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