Html Css Color HEX #70E8A5 Medium Aquamarine

📋 copy color: '#70E8A5'

red 112 ◦ green 232 ◦ blue 165

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

Shades of Medium Aquamarine #70E8A5

Tints of Medium Aquamarine #70E8A5

RGB

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

 GREEN value IS 232 (91.02% from 255) = 45.58%

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

R = 22%
G = 45.58%
B = 32.42%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.29

 K value IS 0.09

RGB Variations

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

Color information

#70E8A5 (or 0x70E8A5) is known color: Medium Aquamarine. HEX triplet: 70, E8 and A5. RGB value is (112,232,165). Sum of RGB (Red+Green+Blue) = 112+232+165=509 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.00% from 509); Green value is 232 (91.02% from 255 or 45.58% from 509); Blue value is 165 (64.84% from 255 or 32.42% from 509); Max value from RGB is 232 - color contains mainly: green. Hex color #70E8A5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70E8A5 is #8F175A. Grayscale: #BCBCBC. Windows color (decimal): -9377627 or 10872944. OLE color: 10872944.

HSL color Cylindrical-coordinate representation of color #70E8A5: hue angle of 146.5º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70E8A5 is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.09.

Color convert

RGB 112 232 165 -
CMYK 0.52 0 0.29 0.09
HSL 146.5º 0.72% 0.67% -
HSV(B) 146.5º 0.52% 0.91% -
XYZ 42.33 63.87 45.7 -
YUV 188.48 114.74 73.45 -
System Red Green Blue C M Y K H S L
Decimal 112 232 165 0.52 0 0.29 0.09 146.5 0.72 0.67
Hex 70 E8 A5 34 0 1D 9 92 48 43
Octal 160 350 245 64 0 35 11 222 110 103
Binary 1110000 11101000 10100101 110100 0 11101 1001 10010010 1001000 1000011

Color Harmonies of #70E8A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E8A5

Black with #70E8A5

Text Example


Text Example

White with #70E8A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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