Html Css Color HEX #70E4A8 Medium Aquamarine

📋 copy color: '#70E4A8'

red 112 ◦ green 228 ◦ blue 168

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

Shades of Medium Aquamarine #70E4A8

Tints of Medium Aquamarine #70E4A8

RGB

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

 GREEN value IS 228 (89.45% from 255) = 44.88%

 BLUE value IS 168 (66.02% from 255) = 33.07%

R = 22.05%
G = 44.88%
B = 33.07%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.26

 K value IS 0.11

RGB Variations

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

Color information

#70E4A8 (or 0x70E4A8) is known color: Medium Aquamarine. HEX triplet: 70, E4 and A8. RGB value is (112,228,168). Sum of RGB (Red+Green+Blue) = 112+228+168=508 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.05% from 508); Green value is 228 (89.45% from 255 or 44.88% from 508); Blue value is 168 (66.02% from 255 or 33.07% from 508); Max value from RGB is 228 - color contains mainly: green. Hex color #70E4A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70E4A8 is #8F1B57. Grayscale: #BABABA. Windows color (decimal): -9378648 or 11068528. OLE color: 11068528.

HSL color Cylindrical-coordinate representation of color #70E4A8: hue angle of 148.97º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70E4A8 is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.11.

Color convert

RGB 112 228 168 -
CMYK 0.51 0 0.26 0.11
HSL 148.97º 0.68% 0.67% -
HSV(B) 148.97º 0.51% 0.89% -
XYZ 41.49 61.76 46.78 -
YUV 186.48 117.57 74.88 -
System Red Green Blue C M Y K H S L
Decimal 112 228 168 0.51 0 0.26 0.11 148.97 0.68 0.67
Hex 70 E4 A8 33 0 1A B 95 44 43
Octal 160 344 250 63 0 32 13 225 104 103
Binary 1110000 11100100 10101000 110011 0 11010 1011 10010101 1000100 1000011

Color Harmonies of #70E4A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E4A8

Black with #70E4A8

Text Example


Text Example

White with #70E4A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,228,168); }

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

background-color css

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

 a { background-color: rgb(112,228,168); }

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

border-color css

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

 span { border-color: rgb(112,228,168); }

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