Html Css Color HEX #71FFBF Aquamarine

📋 copy color: '#71FFBF'

red 113 ◦ green 255 ◦ blue 191

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

Shades of Aquamarine #71FFBF

Tints of Aquamarine #71FFBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 34.17%

R = 20.21%
G = 45.62%
B = 34.17%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#71FFBF (or 0x71FFBF) is known color: Aquamarine. HEX triplet: 71, FF and BF. RGB value is (113,255,191). Sum of RGB (Red+Green+Blue) = 113+255+191=559 (74% of max value = 765). Red value is 113 (44.53% from 255 or 20.21% from 559); Green value is 255 (100% from 255 or 45.62% from 559); Blue value is 191 (75% from 255 or 34.17% from 559); Max value from RGB is 255 - color contains mainly: green. Hex color #71FFBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71FFBF is #8E0040. Grayscale: #CDCDCD. Windows color (decimal): -9306177 or 12582769. OLE color: 12582769.

HSL color Cylindrical-coordinate representation of color #71FFBF: hue angle of 152.96º 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 #71FFBF is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB 113 255 191 -
CMYK 0.56 0 0.25 0
HSL 152.96º 1% 0.72% -
HSV(B) 152.96º 0.56% 1% -
XYZ 51.97 78.79 61.76 -
YUV 205.25 119.96 62.2 -
System Red Green Blue C M Y K H S L
Decimal 113 255 191 0.56 0 0.25 0 152.96 1 0.72
Hex 71 FF BF 38 0 19 0 99 64 48
Octal 161 377 277 70 0 31 0 231 144 110
Binary 1110001 11111111 10111111 111000 0 11001 0 10011001 1100100 1001000

Color Harmonies of #71FFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71FFBF

Black with #71FFBF

Text Example


Text Example

White with #71FFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,255,191); }

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

background-color css

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

 a { background-color: rgb(113,255,191); }

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

border-color css

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

 span { border-color: rgb(113,255,191); }

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