Html Css Color HEX #70F6DC Aquamarine

📋 copy color: '#70F6DC'

red 112 ◦ green 246 ◦ blue 220

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

Shades of Aquamarine #70F6DC

Tints of Aquamarine #70F6DC

RGB

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

 GREEN value IS 246 (96.48% from 255) = 42.56%

 BLUE value IS 220 (86.33% from 255) = 38.06%

R = 19.38%
G = 42.56%
B = 38.06%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#70F6DC (or 0x70F6DC) is known color: Aquamarine. HEX triplet: 70, F6 and DC. RGB value is (112,246,220). Sum of RGB (Red+Green+Blue) = 112+246+220=578 (76% of max value = 765). Red value is 112 (44.14% from 255 or 19.38% from 578); Green value is 246 (96.48% from 255 or 42.56% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 246 - color contains mainly: green. Hex color #70F6DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70F6DC is #8F0923. Grayscale: #CACACA. Windows color (decimal): -9373988 or 14481008. OLE color: 14481008.

HSL color Cylindrical-coordinate representation of color #70F6DC: hue angle of 168.36º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70F6DC is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 112 246 220 -
CMYK 0.54 0 0.11 0.04
HSL 168.36º 0.88% 0.7% -
HSV(B) 168.36º 0.54% 0.96% -
XYZ 52.56 74.52 79.32 -
YUV 202.97 137.61 63.11 -
System Red Green Blue C M Y K H S L
Decimal 112 246 220 0.54 0 0.11 0.04 168.36 0.88 0.7
Hex 70 F6 DC 36 0 B 4 A8 58 46
Octal 160 366 334 66 0 13 4 250 130 106
Binary 1110000 11110110 11011100 110110 0 1011 100 10101000 1011000 1000110

Color Harmonies of #70F6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F6DC

Black with #70F6DC

Text Example


Text Example

White with #70F6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,246,220); }

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

background-color css

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

 a { background-color: rgb(112,246,220); }

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

border-color css

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

 span { border-color: rgb(112,246,220); }

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