Html Css Color HEX #70D0B1 Medium Aquamarine

📋 copy color: '#70D0B1'

red 112 ◦ green 208 ◦ blue 177

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

Shades of Medium Aquamarine #70D0B1

Tints of Medium Aquamarine #70D0B1

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.85%

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

R = 22.54%
G = 41.85%
B = 35.61%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#70D0B1 (or 0x70D0B1) is known color: Medium Aquamarine. HEX triplet: 70, D0 and B1. RGB value is (112,208,177). Sum of RGB (Red+Green+Blue) = 112+208+177=497 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.54% from 497); Green value is 208 (81.64% from 255 or 41.85% from 497); Blue value is 177 (69.53% from 255 or 35.61% from 497); Max value from RGB is 208 - color contains mainly: green. Hex color #70D0B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D0B1 is #8F2F4E. Grayscale: #AFAFAF. Windows color (decimal): -9383759 or 11653232. OLE color: 11653232.

HSL color Cylindrical-coordinate representation of color #70D0B1: hue angle of 160.62º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70D0B1 is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB 112 208 177 -
CMYK 0.46 0 0.15 0.18
HSL 160.63º 0.51% 0.63% -
HSV(B) 160.63º 0.46% 0.82% -
XYZ 37.17 51.73 49.62 -
YUV 175.76 128.7 82.52 -
System Red Green Blue C M Y K H S L
Decimal 112 208 177 0.46 0 0.15 0.18 160.63 0.51 0.63
Hex 70 D0 B1 2E 0 F 12 A1 33 3F
Octal 160 320 261 56 0 17 22 241 63 77
Binary 1110000 11010000 10110001 101110 0 1111 10010 10100001 110011 111111

Color Harmonies of #70D0B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D0B1

Black with #70D0B1

Text Example


Text Example

White with #70D0B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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