Html Css Color HEX #70FAC6 Aquamarine

📋 copy color: '#70FAC6'

red 112 ◦ green 250 ◦ blue 198

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

Shades of Aquamarine #70FAC6

Tints of Aquamarine #70FAC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 35.36%

R = 20%
G = 44.64%
B = 35.36%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#70FAC6 (or 0x70FAC6) is known color: Aquamarine. HEX triplet: 70, FA and C6. RGB value is (112,250,198). Sum of RGB (Red+Green+Blue) = 112+250+198=560 (74% of max value = 765). Red value is 112 (44.14% from 255 or 20% from 560); Green value is 250 (98.05% from 255 or 44.64% from 560); Blue value is 198 (77.73% from 255 or 35.36% from 560); Max value from RGB is 250 - color contains mainly: green. Hex color #70FAC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FAC6 is #8F0539. Grayscale: #CACACA. Windows color (decimal): -9372986 or 13040240. OLE color: 13040240.

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

Color convert

RGB 112 250 198 -
CMYK 0.55 0 0.21 0.02
HSL 157.39º 0.93% 0.71% -
HSV(B) 157.39º 0.55% 0.98% -
XYZ 51.06 75.89 65.38 -
YUV 202.81 125.28 63.23 -
System Red Green Blue C M Y K H S L
Decimal 112 250 198 0.55 0 0.21 0.02 157.39 0.93 0.71
Hex 70 FA C6 37 0 15 2 9D 5D 47
Octal 160 372 306 67 0 25 2 235 135 107
Binary 1110000 11111010 11000110 110111 0 10101 10 10011101 1011101 1000111

Color Harmonies of #70FAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70FAC6

Black with #70FAC6

Text Example


Text Example

White with #70FAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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