Html Css Color HEX #70C5AB Medium Aquamarine

📋 copy color: '#70C5AB'

red 112 ◦ green 197 ◦ blue 171

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

Shades of Medium Aquamarine #70C5AB

Tints of Medium Aquamarine #70C5AB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.04%

 BLUE value IS 171 (67.19% from 255) = 35.63%

R = 23.33%
G = 41.04%
B = 35.63%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#70C5AB (or 0x70C5AB) is known color: Medium Aquamarine. HEX triplet: 70, C5 and AB. RGB value is (112,197,171). Sum of RGB (Red+Green+Blue) = 112+197+171=480 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.33% from 480); Green value is 197 (77.34% from 255 or 41.04% from 480); Blue value is 171 (67.19% from 255 or 35.62% from 480); Max value from RGB is 197 - color contains mainly: green. Hex color #70C5AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C5AB is #8F3A54. Grayscale: #A8A8A8. Windows color (decimal): -9386581 or 11257200. OLE color: 11257200.

HSL color Cylindrical-coordinate representation of color #70C5AB: hue angle of 161.65º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #70C5AB is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 112 197 171 -
CMYK 0.43 0 0.13 0.23
HSL 161.65º 0.42% 0.61% -
HSV(B) 161.65º 0.43% 0.77% -
XYZ 34 46.32 45.68 -
YUV 168.62 129.34 87.61 -
System Red Green Blue C M Y K H S L
Decimal 112 197 171 0.43 0 0.13 0.23 161.65 0.42 0.61
Hex 70 C5 AB 2B 0 D 17 A2 2A 3D
Octal 160 305 253 53 0 15 27 242 52 75
Binary 1110000 11000101 10101011 101011 0 1101 10111 10100010 101010 111101

Color Harmonies of #70C5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C5AB

Black with #70C5AB

Text Example


Text Example

White with #70C5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,197,171); }

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

background-color css

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

 a { background-color: rgb(112,197,171); }

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

border-color css

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

 span { border-color: rgb(112,197,171); }

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