Html Css Color HEX #70BFA1 Medium Aquamarine

📋 copy color: '#70BFA1'

red 112 ◦ green 191 ◦ blue 161

#70BFA1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Aquamarine #70BFA1

Tints of Medium Aquamarine #70BFA1

RGB

 RED value IS 112 (44.14% from 255) = 24.14%

 GREEN value IS 191 (75% from 255) = 41.16%

 BLUE value IS 161 (63.28% from 255) = 34.7%

R = 24.14%
G = 41.16%
B = 34.7%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#70BFA1 (or 0x70BFA1) is known color: Medium Aquamarine. HEX triplet: 70, BF and A1. RGB value is (112,191,161). Sum of RGB (Red+Green+Blue) = 112+191+161=464 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.14% from 464); Green value is 191 (75% from 255 or 41.16% from 464); Blue value is 161 (63.28% from 255 or 34.70% from 464); Max value from RGB is 191 - color contains mainly: green. Hex color #70BFA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BFA1 is #8F405E. Grayscale: #A4A4A4. Windows color (decimal): -9388127 or 10600304. OLE color: 10600304.

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

Color convert

RGB 112 191 161 -
CMYK 0.41 0 0.16 0.25
HSL 157.22º 0.38% 0.59% -
HSV(B) 157.22º 0.41% 0.75% -
XYZ 31.75 43.28 40.4 -
YUV 163.96 126.33 90.94 -
System Red Green Blue C M Y K H S L
Decimal 112 191 161 0.41 0 0.16 0.25 157.22 0.38 0.59
Hex 70 BF A1 29 0 10 19 9D 26 3B
Octal 160 277 241 51 0 20 31 235 46 73
Binary 1110000 10111111 10100001 101001 0 10000 11001 10011101 100110 111011

Color Harmonies of #70BFA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BFA1

Black with #70BFA1

Text Example


Text Example

White with #70BFA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70BFA1;
 }
 .AnyTagClassName
 {
   color: #70BFA1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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