Html Css Color HEX #70FACA Aquamarine

📋 copy color: '#70FACA'

red 112 ◦ green 250 ◦ blue 202

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

Shades of Aquamarine #70FACA

Tints of Aquamarine #70FACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.82%

R = 19.86%
G = 44.33%
B = 35.82%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#70FACA (or 0x70FACA) is known color: Aquamarine. HEX triplet: 70, FA and CA. RGB value is (112,250,202). Sum of RGB (Red+Green+Blue) = 112+250+202=564 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.86% from 564); Green value is 250 (98.05% from 255 or 44.33% from 564); Blue value is 202 (79.30% from 255 or 35.82% from 564); Max value from RGB is 250 - color contains mainly: green. Hex color #70FACA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FACA is #8F0535. Grayscale: #CBCBCB. Windows color (decimal): -9372982 or 13302384. OLE color: 13302384.

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

Color convert

RGB 112 250 202 -
CMYK 0.55 0 0.19 0.02
HSL 159.13º 0.93% 0.71% -
HSV(B) 159.13º 0.55% 0.98% -
XYZ 51.53 76.08 67.85 -
YUV 203.27 127.28 62.9 -
System Red Green Blue C M Y K H S L
Decimal 112 250 202 0.55 0 0.19 0.02 159.13 0.93 0.71
Hex 70 FA CA 37 0 13 2 9F 5D 47
Octal 160 372 312 67 0 23 2 237 135 107
Binary 1110000 11111010 11001010 110111 0 10011 10 10011111 1011101 1000111

Color Harmonies of #70FACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70FACA

Black with #70FACA

Text Example


Text Example

White with #70FACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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