#70CFB1

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

Shades of Medium Aquamarine #70CFB1

Tints of Medium Aquamarine #70CFB1

Color information

#70CFB1 (or 0x70CFB1) is unknown color: approx Medium Aquamarine. HEX triplet: 70, CF and B1. RGB value is (112,207,177). Sum of RGB (Red+Green+Blue) = 112+207+177=496 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.58% from 496); Green value is 207 (81.25% from 255 or 41.73% from 496); Blue value is 177 (69.53% from 255 or 35.69% from 496); Max value from RGB is 207 - color contains mainly: green. Hex color #70CFB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CFB1 is #8F304E. Grayscale: #AFAFAF. Windows color (decimal): -9384015 or 11652976. OLE color: 11652976.

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

Color convert

RGB112207177-
CMYK0.4600.140.19
HSL161.05º49.74%62.55%-
HSV(B)161.05º45.89%81.18%-
XYZ36.9351.2449.54-
YUV175.18129.0382.94-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.58%
GREEN value IS 207 (81.25% from 255) = 41.73%
BLUE value IS 177 (69.53% from 255) = 35.69%
R=22.58%
G=41.73%
B=35.69%

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
Decimal1122071770.4600.140.19161.0549.7462.55
Hex70CFB12E0E13a1323f
Octal16031726156016232416277
Binary11100001100111110110001101110011101001110100001110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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