Html Css Color HEX #70FACC Aquamarine

📋 copy color: '#70FACC'

red 112 ◦ green 250 ◦ blue 204

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

Shades of Aquamarine #70FACC

Tints of Aquamarine #70FACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.04%

R = 19.79%
G = 44.17%
B = 36.04%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#70FACC (or 0x70FACC) is known color: Aquamarine. HEX triplet: 70, FA and CC. RGB value is (112,250,204). Sum of RGB (Red+Green+Blue) = 112+250+204=566 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.79% from 566); Green value is 250 (98.05% from 255 or 44.17% from 566); Blue value is 204 (80.08% from 255 or 36.04% from 566); Max value from RGB is 250 - color contains mainly: green. Hex color #70FACC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FACC is #8F0533. Grayscale: #CBCBCB. Windows color (decimal): -9372980 or 13433456. OLE color: 13433456.

HSL color Cylindrical-coordinate representation of color #70FACC: hue angle of 160º 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 #70FACC is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 250 204 -
CMYK 0.55 0 0.18 0.02
HSL 160º 0.93% 0.71% -
HSV(B) 160º 0.55% 0.98% -
XYZ 51.77 76.18 69.1 -
YUV 203.49 128.28 62.74 -
System Red Green Blue C M Y K H S L
Decimal 112 250 204 0.55 0 0.18 0.02 160 0.93 0.71
Hex 70 FA CC 37 0 12 2 A0 5D 47
Octal 160 372 314 67 0 22 2 240 135 107
Binary 1110000 11111010 11001100 110111 0 10010 10 10100000 1011101 1000111

Color Harmonies of #70FACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70FACC

Black with #70FACC

Text Example


Text Example

White with #70FACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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