Html Css Color HEX #70F8A8 Medium Aquamarine

📋 copy color: '#70F8A8'

red 112 ◦ green 248 ◦ blue 168

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

Shades of Medium Aquamarine #70F8A8

Tints of Medium Aquamarine #70F8A8

RGB

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

 GREEN value IS 248 (97.27% from 255) = 46.97%

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

R = 21.21%
G = 46.97%
B = 31.82%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.32

 K value IS 0.03

RGB Variations

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

Color information

#70F8A8 (or 0x70F8A8) is known color: Medium Aquamarine. HEX triplet: 70, F8 and A8. RGB value is (112,248,168). Sum of RGB (Red+Green+Blue) = 112+248+168=528 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.21% from 528); Green value is 248 (97.27% from 255 or 46.97% from 528); Blue value is 168 (66.02% from 255 or 31.82% from 528); Max value from RGB is 248 - color contains mainly: green. Hex color #70F8A8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F8A8 is #8F0757. Grayscale: #C6C6C6. Windows color (decimal): -9373528 or 11073648. OLE color: 11073648.

HSL color Cylindrical-coordinate representation of color #70F8A8: hue angle of 144.71º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70F8A8 is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.03.

Color convert

RGB 112 248 168 -
CMYK 0.55 0 0.32 0.03
HSL 144.71º 0.91% 0.71% -
HSV(B) 144.71º 0.55% 0.97% -
XYZ 47.32 73.41 48.72 -
YUV 198.22 110.94 66.5 -
System Red Green Blue C M Y K H S L
Decimal 112 248 168 0.55 0 0.32 0.03 144.71 0.91 0.71
Hex 70 F8 A8 37 0 20 3 91 5B 47
Octal 160 370 250 67 0 40 3 221 133 107
Binary 1110000 11111000 10101000 110111 0 100000 11 10010001 1011011 1000111

Color Harmonies of #70F8A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F8A8

Black with #70F8A8

Text Example


Text Example

White with #70F8A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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