Html Css Color HEX #70C9A6 Medium Aquamarine

📋 copy color: '#70C9A6'

red 112 ◦ green 201 ◦ blue 166

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

Shades of Medium Aquamarine #70C9A6

Tints of Medium Aquamarine #70C9A6

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.96%

 BLUE value IS 166 (65.23% from 255) = 34.66%

R = 23.38%
G = 41.96%
B = 34.66%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.17

 K value IS 0.21

RGB Variations

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

Color information

#70C9A6 (or 0x70C9A6) is known color: Medium Aquamarine. HEX triplet: 70, C9 and A6. RGB value is (112,201,166). Sum of RGB (Red+Green+Blue) = 112+201+166=479 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.38% from 479); Green value is 201 (78.91% from 255 or 41.96% from 479); Blue value is 166 (65.23% from 255 or 34.66% from 479); Max value from RGB is 201 - color contains mainly: green. Hex color #70C9A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C9A6 is #8F3659. Grayscale: #AAAAAA. Windows color (decimal): -9385562 or 10930544. OLE color: 10930544.

HSL color Cylindrical-coordinate representation of color #70C9A6: hue angle of 156.4º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #70C9A6 is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.

Color convert

RGB 112 201 166 -
CMYK 0.44 0 0.17 0.21
HSL 156.4º 0.45% 0.61% -
HSV(B) 156.4º 0.44% 0.79% -
XYZ 34.45 47.97 43.52 -
YUV 170.4 125.51 86.35 -
System Red Green Blue C M Y K H S L
Decimal 112 201 166 0.44 0 0.17 0.21 156.4 0.45 0.61
Hex 70 C9 A6 2C 0 11 15 9C 2D 3D
Octal 160 311 246 54 0 21 25 234 55 75
Binary 1110000 11001001 10100110 101100 0 10001 10101 10011100 101101 111101

Color Harmonies of #70C9A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C9A6

Black with #70C9A6

Text Example


Text Example

White with #70C9A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,201,166); }

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

background-color css

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

 a { background-color: rgb(112,201,166); }

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

border-color css

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

 span { border-color: rgb(112,201,166); }

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