Html Css Color HEX #70FAD6 Aquamarine

📋 copy color: '#70FAD6'

red 112 ◦ green 250 ◦ blue 214

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

Shades of Aquamarine #70FAD6

Tints of Aquamarine #70FAD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 37.15%

R = 19.44%
G = 43.4%
B = 37.15%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#70FAD6 (or 0x70FAD6) is known color: Aquamarine. HEX triplet: 70, FA and D6. RGB value is (112,250,214). Sum of RGB (Red+Green+Blue) = 112+250+214=576 (76% of max value = 765). Red value is 112 (44.14% from 255 or 19.44% from 576); Green value is 250 (98.05% from 255 or 43.40% from 576); Blue value is 214 (83.98% from 255 or 37.15% from 576); Max value from RGB is 250 - color contains mainly: green. Hex color #70FAD6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FAD6 is #8F0529. Grayscale: #CCCCCC. Windows color (decimal): -9372970 or 14088816. OLE color: 14088816.

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

Color convert

RGB 112 250 214 -
CMYK 0.55 0 0.14 0.02
HSL 164.35º 0.93% 0.71% -
HSV(B) 164.35º 0.55% 0.98% -
XYZ 53.01 76.67 75.62 -
YUV 204.63 133.28 61.93 -
System Red Green Blue C M Y K H S L
Decimal 112 250 214 0.55 0 0.14 0.02 164.35 0.93 0.71
Hex 70 FA D6 37 0 E 2 A4 5D 47
Octal 160 372 326 67 0 16 2 244 135 107
Binary 1110000 11111010 11010110 110111 0 1110 10 10100100 1011101 1000111

Color Harmonies of #70FAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70FAD6

Black with #70FAD6

Text Example


Text Example

White with #70FAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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