Html Css Color HEX #71FFBB Aquamarine

📋 copy color: '#71FFBB'

red 113 ◦ green 255 ◦ blue 187

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

Shades of Aquamarine #71FFBB

Tints of Aquamarine #71FFBB

RGB

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

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

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

R = 20.36%
G = 45.95%
B = 33.69%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#71FFBB (or 0x71FFBB) is known color: Aquamarine. HEX triplet: 71, FF and BB. RGB value is (113,255,187). Sum of RGB (Red+Green+Blue) = 113+255+187=555 (73% of max value = 765). Red value is 113 (44.53% from 255 or 20.36% from 555); Green value is 255 (100% from 255 or 45.95% from 555); Blue value is 187 (73.44% from 255 or 33.69% from 555); Max value from RGB is 255 - color contains mainly: green. Hex color #71FFBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71FFBB is #8E0044. Grayscale: #CCCCCC. Windows color (decimal): -9306181 or 12320625. OLE color: 12320625.

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

Color convert

RGB 113 255 187 -
CMYK 0.56 0 0.27 0
HSL 151.27º 1% 0.72% -
HSV(B) 151.27º 0.56% 1% -
XYZ 51.54 78.62 59.47 -
YUV 204.79 117.96 62.53 -
System Red Green Blue C M Y K H S L
Decimal 113 255 187 0.56 0 0.27 0 151.27 1 0.72
Hex 71 FF BB 38 0 1B 0 97 64 48
Octal 161 377 273 70 0 33 0 227 144 110
Binary 1110001 11111111 10111011 111000 0 11011 0 10010111 1100100 1001000

Color Harmonies of #71FFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71FFBB

Black with #71FFBB

Text Example


Text Example

White with #71FFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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