Html Css Color HEX #71FABA Aquamarine

📋 copy color: '#71FABA'

red 113 ◦ green 250 ◦ blue 186

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

Shades of Aquamarine #71FABA

Tints of Aquamarine #71FABA

RGB

 RED value IS 113 (44.53% from 255) = 20.58%

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

 BLUE value IS 186 (73.05% from 255) = 33.88%

R = 20.58%
G = 45.54%
B = 33.88%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#71FABA (or 0x71FABA) is known color: Aquamarine. HEX triplet: 71, FA and BA. RGB value is (113,250,186). Sum of RGB (Red+Green+Blue) = 113+250+186=549 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.58% from 549); Green value is 250 (98.05% from 255 or 45.54% from 549); Blue value is 186 (73.05% from 255 or 33.88% from 549); Max value from RGB is 250 - color contains mainly: green. Hex color #71FABA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71FABA is #8E0545. Grayscale: #C9C9C9. Windows color (decimal): -9307462 or 12253809. OLE color: 12253809.

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

Color convert

RGB 113 250 186 -
CMYK 0.55 0 0.26 0.02
HSL 151.97º 0.93% 0.71% -
HSV(B) 151.97º 0.55% 0.98% -
XYZ 49.86 75.43 58.39 -
YUV 201.74 119.11 64.7 -
System Red Green Blue C M Y K H S L
Decimal 113 250 186 0.55 0 0.26 0.02 151.97 0.93 0.71
Hex 71 FA BA 37 0 1A 2 98 5D 47
Octal 161 372 272 67 0 32 2 230 135 107
Binary 1110001 11111010 10111010 110111 0 11010 10 10011000 1011101 1000111

Color Harmonies of #71FABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71FABA

Black with #71FABA

Text Example


Text Example

White with #71FABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71FABA; }

 p { color: rgb(113,250,186); }

 H1.HeaderClassName
 {
   color: #71FABA;
 }
 .AnyTagClassName
 {
   color: #71FABA;
 }
</style>

background-color css

<style>
 a { background-color: #71FABA; }

 a { background-color: rgb(113,250,186); }

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

border-color css

<style>
 span { border-color: #71FABA; }

 span { border-color: rgb(113,250,186); }

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