Html Css Color HEX #70FAB3 Aquamarine

📋 copy color: '#70FAB3'

red 112 ◦ green 250 ◦ blue 179

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

Shades of Aquamarine #70FAB3

Tints of Aquamarine #70FAB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 33.09%

R = 20.7%
G = 46.21%
B = 33.09%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#70FAB3 (or 0x70FAB3) is known color: Aquamarine. HEX triplet: 70, FA and B3. RGB value is (112,250,179). Sum of RGB (Red+Green+Blue) = 112+250+179=541 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.70% from 541); Green value is 250 (98.05% from 255 or 46.21% from 541); Blue value is 179 (70.31% from 255 or 33.09% from 541); Max value from RGB is 250 - color contains mainly: green. Hex color #70FAB3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FAB3 is #8F054C. Grayscale: #C8C8C8. Windows color (decimal): -9373005 or 11795056. OLE color: 11795056.

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

Color convert

RGB 112 250 179 -
CMYK 0.55 0 0.28 0.02
HSL 149.13º 0.93% 0.71% -
HSV(B) 149.13º 0.55% 0.98% -
XYZ 49 75.07 54.56 -
YUV 200.64 115.78 64.77 -
System Red Green Blue C M Y K H S L
Decimal 112 250 179 0.55 0 0.28 0.02 149.13 0.93 0.71
Hex 70 FA B3 37 0 1C 2 95 5D 47
Octal 160 372 263 67 0 34 2 225 135 107
Binary 1110000 11111010 10110011 110111 0 11100 10 10010101 1011101 1000111

Color Harmonies of #70FAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70FAB3

Black with #70FAB3

Text Example


Text Example

White with #70FAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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