#70CEB1

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

Shades of Medium Aquamarine #70CEB1

Tints of Medium Aquamarine #70CEB1

Color information

#70CEB1 (or 0x70CEB1) is unknown color: approx Medium Aquamarine. HEX triplet: 70, CE and B1. RGB value is (112,206,177). Sum of RGB (Red+Green+Blue) = 112+206+177=495 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.63% from 495); Green value is 206 (80.86% from 255 or 41.62% from 495); Blue value is 177 (69.53% from 255 or 35.76% from 495); Max value from RGB is 206 - color contains mainly: green. Hex color #70CEB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CEB1 is #8F314E. Grayscale: #AEAEAE. Windows color (decimal): -9384271 or 11652720. OLE color: 11652720.

HSL color Cylindrical-coordinate representation of color #70CEB1: hue angle of 161.49º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70CEB1 is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB112206177-
CMYK0.4600.140.19
HSL161.49º48.96%62.35%-
HSV(B)161.49º45.63%80.78%-
XYZ36.6950.7649.46-
YUV174.59129.3683.36-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.63%
GREEN value IS 206 (80.86% from 255) = 41.62%
BLUE value IS 177 (69.53% from 255) = 35.76%
R=22.63%
G=41.62%
B=35.76%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1122061770.4600.140.19161.4948.9662.35
Hex70CEB12E0E13a1313e
Octal16031626156016232416176
Binary11100001100111010110001101110011101001110100001110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,206,177); }

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

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

 a { background-color: rgb(112,206,177); }

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

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

 span { border-color: rgb(112,206,177); }

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