Html Css Color HEX #70FFAB Aquamarine

📋 copy color: '#70FFAB'

red 112 ◦ green 255 ◦ blue 171

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

Shades of Aquamarine #70FFAB

Tints of Aquamarine #70FFAB

RGB

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

 GREEN value IS 255 (100% from 255) = 47.4%

 BLUE value IS 171 (67.19% from 255) = 31.78%

R = 20.82%
G = 47.4%
B = 31.78%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#70FFAB (or 0x70FFAB) is known color: Aquamarine. HEX triplet: 70, FF and AB. RGB value is (112,255,171). Sum of RGB (Red+Green+Blue) = 112+255+171=538 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.82% from 538); Green value is 255 (100% from 255 or 47.40% from 538); Blue value is 171 (67.19% from 255 or 31.78% from 538); Max value from RGB is 255 - color contains mainly: green. Hex color #70FFAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70FFAB is #8F0054. Grayscale: #CACACA. Windows color (decimal): -9371733 or 11272048. OLE color: 11272048.

HSL color Cylindrical-coordinate representation of color #70FFAB: hue angle of 144.76º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70FFAB is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB 112 255 171 -
CMYK 0.56 0 0.33 0
HSL 144.76º 1% 0.72% -
HSV(B) 144.76º 0.56% 1% -
XYZ 49.79 77.91 50.94 -
YUV 202.67 110.12 63.33 -
System Red Green Blue C M Y K H S L
Decimal 112 255 171 0.56 0 0.33 0 144.76 1 0.72
Hex 70 FF AB 38 0 21 0 91 64 48
Octal 160 377 253 70 0 41 0 221 144 110
Binary 1110000 11111111 10101011 111000 0 100001 0 10010001 1100100 1001000

Color Harmonies of #70FFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70FFAB

Black with #70FFAB

Text Example


Text Example

White with #70FFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,255,171); }

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

background-color css

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

 a { background-color: rgb(112,255,171); }

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

border-color css

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

 span { border-color: rgb(112,255,171); }

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