#70CB9E

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

Shades of Medium Aquamarine #70CB9E

Tints of Medium Aquamarine #70CB9E

Color information

#70CB9E (or 0x70CB9E) is unknown color: approx Medium Aquamarine. HEX triplet: 70, CB and 9E. RGB value is (112,203,158). Sum of RGB (Red+Green+Blue) = 112+203+158=473 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.68% from 473); Green value is 203 (79.69% from 255 or 42.92% from 473); Blue value is 158 (62.11% from 255 or 33.40% from 473); Max value from RGB is 203 - color contains mainly: green. Hex color #70CB9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CB9E is #8F3461. Grayscale: #AAAAAA. Windows color (decimal): -9385058 or 10406768. OLE color: 10406768.

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

Color convert

RGB112203158-
CMYK0.4500.220.20
HSL150.33º46.67%61.76%-
HSV(B)150.33º44.83%79.61%-
XYZ34.2148.6339.93-
YUV170.66120.8586.16-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.68%
GREEN value IS 203 (79.69% from 255) = 42.92%
BLUE value IS 158 (62.11% from 255) = 33.40%
R=23.68%
G=42.92%
B=33.40%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1122031580.4500.220.20150.3346.6761.76
Hex70CB9E2D01614962f3e
Octal16031323655026242265776
Binary111000011001011100111101011010101101010010010110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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