Html Css Color HEX #70DEA5 Medium Aquamarine

📋 copy color: '#70DEA5'

red 112 ◦ green 222 ◦ blue 165

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

Shades of Medium Aquamarine #70DEA5

Tints of Medium Aquamarine #70DEA5

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.49%

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

R = 22.44%
G = 44.49%
B = 33.07%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#70DEA5 (or 0x70DEA5) is known color: Medium Aquamarine. HEX triplet: 70, DE and A5. RGB value is (112,222,165). Sum of RGB (Red+Green+Blue) = 112+222+165=499 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.44% from 499); Green value is 222 (87.11% from 255 or 44.49% from 499); Blue value is 165 (64.84% from 255 or 33.07% from 499); Max value from RGB is 222 - color contains mainly: green. Hex color #70DEA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DEA5 is #8F215A. Grayscale: #B6B6B6. Windows color (decimal): -9380187 or 10870384. OLE color: 10870384.

HSL color Cylindrical-coordinate representation of color #70DEA5: hue angle of 148.91º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70DEA5 is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 222 165 -
CMYK 0.50 0 0.26 0.13
HSL 148.91º 0.63% 0.65% -
HSV(B) 148.91º 0.5% 0.87% -
XYZ 39.59 58.4 44.78 -
YUV 182.61 118.06 77.63 -
System Red Green Blue C M Y K H S L
Decimal 112 222 165 0.50 0 0.26 0.13 148.91 0.63 0.65
Hex 70 DE A5 32 0 1A D 95 3E 41
Octal 160 336 245 62 0 32 15 225 76 101
Binary 1110000 11011110 10100101 110010 0 11010 1101 10010101 111110 1000001

Color Harmonies of #70DEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DEA5

Black with #70DEA5

Text Example


Text Example

White with #70DEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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