Html Css Color HEX #70DBAD Medium Aquamarine

📋 copy color: '#70DBAD'

red 112 ◦ green 219 ◦ blue 173

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

Shades of Medium Aquamarine #70DBAD

Tints of Medium Aquamarine #70DBAD

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.45%

 BLUE value IS 173 (67.97% from 255) = 34.33%

R = 22.22%
G = 43.45%
B = 34.33%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#70DBAD (or 0x70DBAD) is known color: Medium Aquamarine. HEX triplet: 70, DB and AD. RGB value is (112,219,173). Sum of RGB (Red+Green+Blue) = 112+219+173=504 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.22% from 504); Green value is 219 (85.94% from 255 or 43.45% from 504); Blue value is 173 (67.97% from 255 or 34.33% from 504); Max value from RGB is 219 - color contains mainly: green. Hex color #70DBAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DBAD is #8F2452. Grayscale: #B5B5B5. Windows color (decimal): -9380947 or 11393904. OLE color: 11393904.

HSL color Cylindrical-coordinate representation of color #70DBAD: hue angle of 154.21º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70DBAD is Cyan = 0.49, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 219 173 -
CMYK 0.49 0 0.21 0.14
HSL 154.21º 0.6% 0.65% -
HSV(B) 154.21º 0.49% 0.86% -
XYZ 39.56 57.12 48.48 -
YUV 181.76 123.05 78.24 -
System Red Green Blue C M Y K H S L
Decimal 112 219 173 0.49 0 0.21 0.14 154.21 0.6 0.65
Hex 70 DB AD 31 0 15 E 9A 3C 41
Octal 160 333 255 61 0 25 16 232 74 101
Binary 1110000 11011011 10101101 110001 0 10101 1110 10011010 111100 1000001

Color Harmonies of #70DBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DBAD

Black with #70DBAD

Text Example


Text Example

White with #70DBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,219,173); }

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

background-color css

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

 a { background-color: rgb(112,219,173); }

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

border-color css

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

 span { border-color: rgb(112,219,173); }

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