Html Css Color HEX #71FBAD Aquamarine

📋 copy color: '#71FBAD'

red 113 ◦ green 251 ◦ blue 173

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

Shades of Aquamarine #71FBAD

Tints of Aquamarine #71FBAD

RGB

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

 GREEN value IS 251 (98.44% from 255) = 46.74%

 BLUE value IS 173 (67.97% from 255) = 32.22%

R = 21.04%
G = 46.74%
B = 32.22%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#71FBAD (or 0x71FBAD) is known color: Aquamarine. HEX triplet: 71, FB and AD. RGB value is (113,251,173). Sum of RGB (Red+Green+Blue) = 113+251+173=537 (71% of max value = 765). Red value is 113 (44.53% from 255 or 21.04% from 537); Green value is 251 (98.44% from 255 or 46.74% from 537); Blue value is 173 (67.97% from 255 or 32.22% from 537); Max value from RGB is 251 - color contains mainly: green. Hex color #71FBAD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71FBAD is #8E0452. Grayscale: #C9C9C9. Windows color (decimal): -9307219 or 11402097. OLE color: 11402097.

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

Color convert

RGB 113 251 173 -
CMYK 0.55 0 0.31 0.02
HSL 146.09º 0.95% 0.71% -
HSV(B) 146.09º 0.55% 0.98% -
XYZ 48.85 75.52 51.54 -
YUV 200.85 112.28 65.34 -
System Red Green Blue C M Y K H S L
Decimal 113 251 173 0.55 0 0.31 0.02 146.09 0.95 0.71
Hex 71 FB AD 37 0 1F 2 92 5F 47
Octal 161 373 255 67 0 37 2 222 137 107
Binary 1110001 11111011 10101101 110111 0 11111 10 10010010 1011111 1000111

Color Harmonies of #71FBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71FBAD

Black with #71FBAD

Text Example


Text Example

White with #71FBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,251,173); }

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

background-color css

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

 a { background-color: rgb(113,251,173); }

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

border-color css

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

 span { border-color: rgb(113,251,173); }

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