#70CCB1

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

Shades of Medium Aquamarine #70CCB1

Tints of Medium Aquamarine #70CCB1

Color information

#70CCB1 (or 0x70CCB1) is unknown color: approx Medium Aquamarine. HEX triplet: 70, CC and B1. RGB value is (112,204,177). Sum of RGB (Red+Green+Blue) = 112+204+177=493 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.72% from 493); Green value is 204 (80.08% from 255 or 41.38% from 493); Blue value is 177 (69.53% from 255 or 35.90% from 493); Max value from RGB is 204 - color contains mainly: green. Hex color #70CCB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CCB1 is #8F334E. Grayscale: #ADADAD. Windows color (decimal): -9384783 or 11652208. OLE color: 11652208.

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

Color convert

RGB112204177-
CMYK0.4500.130.2
HSL162.39º47.42%61.96%-
HSV(B)162.39º45.1%80%-
XYZ36.2149.849.3-
YUV173.41130.0284.2-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.72%
GREEN value IS 204 (80.08% from 255) = 41.38%
BLUE value IS 177 (69.53% from 255) = 35.90%
R=22.72%
G=41.38%
B=35.90%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1122041770.4500.130.2162.3947.4261.96
Hex70CCB12D0D14a22f3e
Octal16031426155015242425776
Binary11100001100110010110001101101011011010010100010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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