Html Css Color HEX #71F7BA Aquamarine

📋 copy color: '#71F7BA'

red 113 ◦ green 247 ◦ blue 186

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

Shades of Aquamarine #71F7BA

Tints of Aquamarine #71F7BA

RGB

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

 GREEN value IS 247 (96.88% from 255) = 45.24%

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

R = 20.7%
G = 45.24%
B = 34.07%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#71F7BA (or 0x71F7BA) is known color: Aquamarine. HEX triplet: 71, F7 and BA. RGB value is (113,247,186). Sum of RGB (Red+Green+Blue) = 113+247+186=546 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.70% from 546); Green value is 247 (96.88% from 255 or 45.24% from 546); Blue value is 186 (73.05% from 255 or 34.07% from 546); Max value from RGB is 247 - color contains mainly: green. Hex color #71F7BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71F7BA is #8E0845. Grayscale: #C8C8C8. Windows color (decimal): -9308230 or 12253041. OLE color: 12253041.

HSL color Cylindrical-coordinate representation of color #71F7BA: hue angle of 152.69º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #71F7BA is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 113 247 186 -
CMYK 0.54 0 0.25 0.03
HSL 152.69º 0.89% 0.71% -
HSV(B) 152.69º 0.54% 0.97% -
XYZ 48.93 73.58 58.08 -
YUV 199.98 120.11 65.96 -
System Red Green Blue C M Y K H S L
Decimal 113 247 186 0.54 0 0.25 0.03 152.69 0.89 0.71
Hex 71 F7 BA 36 0 19 3 99 59 47
Octal 161 367 272 66 0 31 3 231 131 107
Binary 1110001 11110111 10111010 110110 0 11001 11 10011001 1011001 1000111

Color Harmonies of #71F7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71F7BA

Black with #71F7BA

Text Example


Text Example

White with #71F7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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