#70BFA7

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

Shades of Medium Aquamarine #70BFA7

Tints of Medium Aquamarine #70BFA7

Color information

#70BFA7 (or 0x70BFA7) is unknown color: approx Medium Aquamarine. HEX triplet: 70, BF and A7. RGB value is (112,191,167). Sum of RGB (Red+Green+Blue) = 112+191+167=470 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.83% from 470); Green value is 191 (75% from 255 or 40.64% from 470); Blue value is 167 (65.62% from 255 or 35.53% from 470); Max value from RGB is 191 - color contains mainly: green. Hex color #70BFA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BFA7 is #8F4058. Grayscale: #A4A4A4. Windows color (decimal): -9388121 or 10993520. OLE color: 10993520.

HSL color Cylindrical-coordinate representation of color #70BFA7: hue angle of 161.77º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70BFA7 is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB112191167-
CMYK0.4100.130.25
HSL161.77º38.16%59.41%-
HSV(B)161.77º41.36%74.9%-
XYZ32.2943.543.25-
YUV164.64129.3390.45-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.83%
GREEN value IS 191 (75% from 255) = 40.64%
BLUE value IS 167 (65.62% from 255) = 35.53%
R=23.83%
G=40.64%
B=35.53%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1121911670.4100.130.25161.7738.1659.41
Hex70BFA7290D19a2263b
Octal16027724751015312424673
Binary11100001011111110100111101001011011100110100010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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