Html Css Color HEX #70FACE Aquamarine

📋 copy color: '#70FACE'

red 112 ◦ green 250 ◦ blue 206

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

Shades of Aquamarine #70FACE

Tints of Aquamarine #70FACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.27%

R = 19.72%
G = 44.01%
B = 36.27%

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

#70FACE (or 0x70FACE) is known color: Aquamarine. HEX triplet: 70, FA and CE. RGB value is (112,250,206). Sum of RGB (Red+Green+Blue) = 112+250+206=568 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.72% from 568); Green value is 250 (98.05% from 255 or 44.01% from 568); Blue value is 206 (80.86% from 255 or 36.27% from 568); Max value from RGB is 250 - color contains mainly: green. Hex color #70FACE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FACE is #8F0531. Grayscale: #CBCBCB. Windows color (decimal): -9372978 or 13564528. OLE color: 13564528.

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

Color convert

RGB 112 250 206 -
CMYK 0.55 0 0.18 0.02
HSL 160.87º 0.93% 0.71% -
HSV(B) 160.87º 0.55% 0.98% -
XYZ 52.01 76.27 70.37 -
YUV 203.72 129.28 62.58 -
System Red Green Blue C M Y K H S L
Decimal 112 250 206 0.55 0 0.18 0.02 160.87 0.93 0.71
Hex 70 FA CE 37 0 12 2 A1 5D 47
Octal 160 372 316 67 0 22 2 241 135 107
Binary 1110000 11111010 11001110 110111 0 10010 10 10100001 1011101 1000111

Color Harmonies of #70FACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70FACE

Black with #70FACE

Text Example


Text Example

White with #70FACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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