#70CDAE

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

Shades of Medium Aquamarine #70CDAE

Tints of Medium Aquamarine #70CDAE

Color information

#70CDAE (or 0x70CDAE) is unknown color: approx Medium Aquamarine. HEX triplet: 70, CD and AE. RGB value is (112,205,174). Sum of RGB (Red+Green+Blue) = 112+205+174=491 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.81% from 491); Green value is 205 (80.47% from 255 or 41.75% from 491); Blue value is 174 (68.36% from 255 or 35.44% from 491); Max value from RGB is 205 - color contains mainly: green. Hex color #70CDAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CDAE is #8F3251. Grayscale: #ADADAD. Windows color (decimal): -9384530 or 11455856. OLE color: 11455856.

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

Color convert

RGB112205174-
CMYK0.4500.150.20
HSL160º48.19%62.16%-
HSV(B)160º45.37%80.39%-
XYZ36.1550.1647.82-
YUV173.66128.1984.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.81%
GREEN value IS 205 (80.47% from 255) = 41.75%
BLUE value IS 174 (68.36% from 255) = 35.44%
R=22.81%
G=41.75%
B=35.44%

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
Decimal1122051740.4500.150.2016048.1962.16
Hex70CDAE2D0F14a0303e
Octal16031525655017242406076
Binary11100001100110110101110101101011111010010100000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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