Html Css Color HEX #71F8BA Aquamarine

📋 copy color: '#71F8BA'

red 113 ◦ green 248 ◦ blue 186

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

Shades of Aquamarine #71F8BA

Tints of Aquamarine #71F8BA

RGB

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

 GREEN value IS 248 (97.27% from 255) = 45.34%

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

R = 20.66%
G = 45.34%
B = 34%

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

#71F8BA (or 0x71F8BA) is known color: Aquamarine. HEX triplet: 71, F8 and BA. RGB value is (113,248,186). Sum of RGB (Red+Green+Blue) = 113+248+186=547 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.66% from 547); Green value is 248 (97.27% from 255 or 45.34% from 547); Blue value is 186 (73.05% from 255 or 34.00% from 547); Max value from RGB is 248 - color contains mainly: green. Hex color #71F8BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71F8BA is #8E0745. Grayscale: #C8C8C8. Windows color (decimal): -9307974 or 12253297. OLE color: 12253297.

HSL color Cylindrical-coordinate representation of color #71F8BA: hue angle of 152.44º degrees, saturation: 0.91, 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 #71F8BA is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 113 248 186 -
CMYK 0.54 0 0.25 0.03
HSL 152.44º 0.91% 0.71% -
HSV(B) 152.44º 0.54% 0.97% -
XYZ 49.24 74.19 58.18 -
YUV 200.57 119.77 65.54 -
System Red Green Blue C M Y K H S L
Decimal 113 248 186 0.54 0 0.25 0.03 152.44 0.91 0.71
Hex 71 F8 BA 36 0 19 3 98 5B 47
Octal 161 370 272 66 0 31 3 230 133 107
Binary 1110001 11111000 10111010 110110 0 11001 11 10011000 1011011 1000111

Color Harmonies of #71F8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71F8BA

Black with #71F8BA

Text Example


Text Example

White with #71F8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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