Html Css Color HEX #70DBA5 Medium Aquamarine

📋 copy color: '#70DBA5'

red 112 ◦ green 219 ◦ blue 165

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

Shades of Medium Aquamarine #70DBA5

Tints of Medium Aquamarine #70DBA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 33.27%

R = 22.58%
G = 44.15%
B = 33.27%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#70DBA5 (or 0x70DBA5) is known color: Medium Aquamarine. HEX triplet: 70, DB and A5. RGB value is (112,219,165). Sum of RGB (Red+Green+Blue) = 112+219+165=496 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.58% from 496); Green value is 219 (85.94% from 255 or 44.15% from 496); Blue value is 165 (64.84% from 255 or 33.27% from 496); Max value from RGB is 219 - color contains mainly: green. Hex color #70DBA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DBA5 is #8F245A. Grayscale: #B4B4B4. Windows color (decimal): -9380955 or 10869616. OLE color: 10869616.

HSL color Cylindrical-coordinate representation of color #70DBA5: hue angle of 149.72º 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 #70DBA5 is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 219 165 -
CMYK 0.49 0 0.25 0.14
HSL 149.72º 0.6% 0.65% -
HSV(B) 149.72º 0.49% 0.86% -
XYZ 38.81 56.82 44.52 -
YUV 180.85 119.05 78.89 -
System Red Green Blue C M Y K H S L
Decimal 112 219 165 0.49 0 0.25 0.14 149.72 0.6 0.65
Hex 70 DB A5 31 0 19 E 96 3C 41
Octal 160 333 245 61 0 31 16 226 74 101
Binary 1110000 11011011 10100101 110001 0 11001 1110 10010110 111100 1000001

Color Harmonies of #70DBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DBA5

Black with #70DBA5

Text Example


Text Example

White with #70DBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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