Html Css Color HEX #70FADC Aquamarine

📋 copy color: '#70FADC'

red 112 ◦ green 250 ◦ blue 220

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

Shades of Aquamarine #70FADC

Tints of Aquamarine #70FADC

RGB

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

 GREEN value IS 250 (98.05% from 255) = 42.96%

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

R = 19.24%
G = 42.96%
B = 37.8%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#70FADC (or 0x70FADC) is known color: Aquamarine. HEX triplet: 70, FA and DC. RGB value is (112,250,220). Sum of RGB (Red+Green+Blue) = 112+250+220=582 (77% of max value = 765). Red value is 112 (44.14% from 255 or 19.24% from 582); Green value is 250 (98.05% from 255 or 42.96% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 250 - color contains mainly: green. Hex color #70FADC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FADC is #8F0523. Grayscale: #CDCDCD. Windows color (decimal): -9372964 or 14482032. OLE color: 14482032.

HSL color Cylindrical-coordinate representation of color #70FADC: hue angle of 166.96º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70FADC is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 250 220 -
CMYK 0.55 0 0.12 0.02
HSL 166.96º 0.93% 0.71% -
HSV(B) 166.96º 0.55% 0.98% -
XYZ 53.79 76.98 79.73 -
YUV 205.32 136.28 61.44 -
System Red Green Blue C M Y K H S L
Decimal 112 250 220 0.55 0 0.12 0.02 166.96 0.93 0.71
Hex 70 FA DC 37 0 C 2 A7 5D 47
Octal 160 372 334 67 0 14 2 247 135 107
Binary 1110000 11111010 11011100 110111 0 1100 10 10100111 1011101 1000111

Color Harmonies of #70FADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70FADC

Black with #70FADC

Text Example


Text Example

White with #70FADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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