#70BFA0

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

Shades of Medium Aquamarine #70BFA0

Tints of Medium Aquamarine #70BFA0

Color information

#70BFA0 (or 0x70BFA0) is unknown color: approx Medium Aquamarine. HEX triplet: 70, BF and A0. RGB value is (112,191,160). Sum of RGB (Red+Green+Blue) = 112+191+160=463 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.19% from 463); Green value is 191 (75% from 255 or 41.25% from 463); Blue value is 160 (62.89% from 255 or 34.56% from 463); Max value from RGB is 191 - color contains mainly: green. Hex color #70BFA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BFA0 is #8F405F. Grayscale: #A3A3A3. Windows color (decimal): -9388128 or 10534768. OLE color: 10534768.

HSL color Cylindrical-coordinate representation of color #70BFA0: hue angle of 156.46º 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 #70BFA0 is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB112191160-
CMYK0.4100.160.25
HSL156.46º38.16%59.41%-
HSV(B)156.46º41.36%74.9%-
XYZ31.6643.2439.94-
YUV163.84125.8391.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.19%
GREEN value IS 191 (75% from 255) = 41.25%
BLUE value IS 160 (62.89% from 255) = 34.56%
R=24.19%
G=41.25%
B=34.56%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1121911600.4100.160.25156.4638.1659.41
Hex70BFA029010199c263b
Octal16027724051020312344673
Binary111000010111111101000001010010100001100110011100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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