Html Css Color HEX #70D5B1 Medium Aquamarine

📋 copy color: '#70D5B1'

red 112 ◦ green 213 ◦ blue 177

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

Shades of Medium Aquamarine #70D5B1

Tints of Medium Aquamarine #70D5B1

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.43%

 BLUE value IS 177 (69.53% from 255) = 35.26%

R = 22.31%
G = 42.43%
B = 35.26%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#70D5B1 (or 0x70D5B1) is known color: Medium Aquamarine. HEX triplet: 70, D5 and B1. RGB value is (112,213,177). Sum of RGB (Red+Green+Blue) = 112+213+177=502 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.31% from 502); Green value is 213 (83.59% from 255 or 42.43% from 502); Blue value is 177 (69.53% from 255 or 35.26% from 502); Max value from RGB is 213 - color contains mainly: green. Hex color #70D5B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D5B1 is #8F2A4E. Grayscale: #B2B2B2. Windows color (decimal): -9382479 or 11654512. OLE color: 11654512.

HSL color Cylindrical-coordinate representation of color #70D5B1: hue angle of 158.61º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70D5B1 is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 112 213 177 -
CMYK 0.47 0 0.17 0.16
HSL 158.61º 0.55% 0.64% -
HSV(B) 158.61º 0.47% 0.84% -
XYZ 38.41 54.21 50.03 -
YUV 178.7 127.04 80.43 -
System Red Green Blue C M Y K H S L
Decimal 112 213 177 0.47 0 0.17 0.16 158.61 0.55 0.64
Hex 70 D5 B1 2F 0 11 10 9F 37 40
Octal 160 325 261 57 0 21 20 237 67 100
Binary 1110000 11010101 10110001 101111 0 10001 10000 10011111 110111 1000000

Color Harmonies of #70D5B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D5B1

Black with #70D5B1

Text Example


Text Example

White with #70D5B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,213,177); }

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

background-color css

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

 a { background-color: rgb(112,213,177); }

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

border-color css

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

 span { border-color: rgb(112,213,177); }

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