Html Css Color HEX #70FAD3 Aquamarine

📋 copy color: '#70FAD3'

red 112 ◦ green 250 ◦ blue 211

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

Shades of Aquamarine #70FAD3

Tints of Aquamarine #70FAD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 36.82%

R = 19.55%
G = 43.63%
B = 36.82%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#70FAD3 (or 0x70FAD3) is known color: Aquamarine. HEX triplet: 70, FA and D3. RGB value is (112,250,211). Sum of RGB (Red+Green+Blue) = 112+250+211=573 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.55% from 573); Green value is 250 (98.05% from 255 or 43.63% from 573); Blue value is 211 (82.81% from 255 or 36.82% from 573); Max value from RGB is 250 - color contains mainly: green. Hex color #70FAD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FAD3 is #8F052C. Grayscale: #CCCCCC. Windows color (decimal): -9372973 or 13892208. OLE color: 13892208.

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

Color convert

RGB 112 250 211 -
CMYK 0.55 0 0.16 0.02
HSL 163.04º 0.93% 0.71% -
HSV(B) 163.04º 0.55% 0.98% -
XYZ 52.63 76.52 73.62 -
YUV 204.29 131.78 62.17 -
System Red Green Blue C M Y K H S L
Decimal 112 250 211 0.55 0 0.16 0.02 163.04 0.93 0.71
Hex 70 FA D3 37 0 10 2 A3 5D 47
Octal 160 372 323 67 0 20 2 243 135 107
Binary 1110000 11111010 11010011 110111 0 10000 10 10100011 1011101 1000111

Color Harmonies of #70FAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70FAD3

Black with #70FAD3

Text Example


Text Example

White with #70FAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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