#70CBAE

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

Shades of Medium Aquamarine #70CBAE

Tints of Medium Aquamarine #70CBAE

Color information

#70CBAE (or 0x70CBAE) is unknown color: approx Medium Aquamarine. HEX triplet: 70, CB and AE. RGB value is (112,203,174). Sum of RGB (Red+Green+Blue) = 112+203+174=489 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.90% from 489); Green value is 203 (79.69% from 255 or 41.51% from 489); Blue value is 174 (68.36% from 255 or 35.58% from 489); Max value from RGB is 203 - color contains mainly: green. Hex color #70CBAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CBAE is #8F3451. Grayscale: #ACACAC. Windows color (decimal): -9385042 or 11455344. OLE color: 11455344.

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

Color convert

RGB112203174-
CMYK0.4500.140.20
HSL160.88º46.67%61.76%-
HSV(B)160.88º44.83%79.61%-
XYZ35.6849.2147.66-
YUV172.48128.8584.86-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.90%
GREEN value IS 203 (79.69% from 255) = 41.51%
BLUE value IS 174 (68.36% from 255) = 35.58%
R=22.90%
G=41.51%
B=35.58%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1122031740.4500.140.20160.8846.6761.76
Hex70CBAE2D0E14a12f3e
Octal16031325655016242415776
Binary11100001100101110101110101101011101010010100001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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