Html Css Color HEX #71F8BB Aquamarine

📋 copy color: '#71F8BB'

red 113 ◦ green 248 ◦ blue 187

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

Shades of Aquamarine #71F8BB

Tints of Aquamarine #71F8BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.12%

R = 20.62%
G = 45.26%
B = 34.12%

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

#71F8BB (or 0x71F8BB) is known color: Aquamarine. HEX triplet: 71, F8 and BB. RGB value is (113,248,187). Sum of RGB (Red+Green+Blue) = 113+248+187=548 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.62% from 548); Green value is 248 (97.27% from 255 or 45.26% from 548); Blue value is 187 (73.44% from 255 or 34.12% from 548); Max value from RGB is 248 - color contains mainly: green. Hex color #71F8BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71F8BB is #8E0744. Grayscale: #C8C8C8. Windows color (decimal): -9307973 or 12318833. OLE color: 12318833.

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

Color convert

RGB 113 248 187 -
CMYK 0.54 0 0.25 0.03
HSL 152.89º 0.91% 0.71% -
HSV(B) 152.89º 0.54% 0.97% -
XYZ 49.35 74.23 58.74 -
YUV 200.68 120.27 65.46 -
System Red Green Blue C M Y K H S L
Decimal 113 248 187 0.54 0 0.25 0.03 152.89 0.91 0.71
Hex 71 F8 BB 36 0 19 3 99 5B 47
Octal 161 370 273 66 0 31 3 231 133 107
Binary 1110001 11111000 10111011 110110 0 11001 11 10011001 1011011 1000111

Color Harmonies of #71F8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71F8BB

Black with #71F8BB

Text Example


Text Example

White with #71F8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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