#70CBAB

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

Shades of Medium Aquamarine #70CBAB

Tints of Medium Aquamarine #70CBAB

Color information

#70CBAB (or 0x70CBAB) is unknown color: approx Medium Aquamarine. HEX triplet: 70, CB and AB. RGB value is (112,203,171). Sum of RGB (Red+Green+Blue) = 112+203+171=486 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.05% from 486); Green value is 203 (79.69% from 255 or 41.77% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 203 - color contains mainly: green. Hex color #70CBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CBAB is #8F3454. Grayscale: #ACACAC. Windows color (decimal): -9385045 or 11258736. OLE color: 11258736.

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

Color convert

RGB112203171-
CMYK0.4500.160.20
HSL158.9º46.67%61.76%-
HSV(B)158.9º44.83%79.61%-
XYZ35.3949.146.14-
YUV172.14127.3585.1-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.05%
GREEN value IS 203 (79.69% from 255) = 41.77%
BLUE value IS 171 (67.19% from 255) = 35.19%
R=23.05%
G=41.77%
B=35.19%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1122031710.4500.160.20158.946.6761.76
Hex70CBAB2D010149f2f3e
Octal16031325355020242375776
Binary111000011001011101010111011010100001010010011111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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