#71FBBB

Color #71FBBB Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #71FBBB

Tints of Aquamarine #71FBBB

Color information

#71FBBB (or 0x71FBBB) is unknown color: approx Aquamarine. HEX triplet: 71, FB and BB. RGB value is (113,251,187). Sum of RGB (Red+Green+Blue) = 113+251+187=551 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.51% from 551); Green value is 251 (98.44% from 255 or 45.55% from 551); Blue value is 187 (73.44% from 255 or 33.94% from 551); Max value from RGB is 251 - color contains mainly: green. Hex color #71FBBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71FBBB is #8E0444. Grayscale: #CACACA. Windows color (decimal): -9307205 or 12319601. OLE color: 12319601.

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

Color convert

RGB113251187-
CMYK0.5500.250.02
HSL152.17º94.52%71.37%-
HSV(B)152.17º54.98%98.43%-
XYZ50.2876.0959.05-
YUV202.44119.2864.2-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 20.51%
GREEN value IS 251 (98.44% from 255) = 45.55%
BLUE value IS 187 (73.44% from 255) = 33.94%
R=20.51%
G=45.55%
B=33.94%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1132511870.5500.250.02152.1794.5271.37
Hex71FBBB370192985f47
Octal161373273670312230137107
Binary11100011111101110111011110111011001101001100010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71FBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #71FBBB;
 }
 .AnyTagClassName
 {
   color: #71FBBB;
 }
</style>
background-color css

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

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

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

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

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

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