#70CBA7

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

Shades of Medium Aquamarine #70CBA7

Tints of Medium Aquamarine #70CBA7

Color information

#70CBA7 (or 0x70CBA7) is unknown color: approx Medium Aquamarine. HEX triplet: 70, CB and A7. RGB value is (112,203,167). Sum of RGB (Red+Green+Blue) = 112+203+167=482 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.24% from 482); Green value is 203 (79.69% from 255 or 42.12% from 482); Blue value is 167 (65.62% from 255 or 34.65% from 482); Max value from RGB is 203 - color contains mainly: green. Hex color #70CBA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CBA7 is #8F3458. Grayscale: #ABABAB. Windows color (decimal): -9385049 or 10996592. OLE color: 10996592.

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

Color convert

RGB112203167-
CMYK0.4500.180.20
HSL156.26º46.67%61.76%-
HSV(B)156.26º44.83%79.61%-
XYZ35.0148.9544.16-
YUV171.69125.3585.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.24%
GREEN value IS 203 (79.69% from 255) = 42.12%
BLUE value IS 167 (65.62% from 255) = 34.65%
R=23.24%
G=42.12%
B=34.65%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1122031670.4500.180.20156.2646.6761.76
Hex70CBA72D012149c2f3e
Octal16031324755022242345776
Binary111000011001011101001111011010100101010010011100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CBA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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