Html Css Color HEX #80FFBB Aquamarine

📋 copy color: '#80FFBB'

red 128 ◦ green 255 ◦ blue 187

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

Shades of Aquamarine #80FFBB

Tints of Aquamarine #80FFBB

RGB

 RED value IS 128 (50.39% from 255) = 22.46%

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

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

R = 22.46%
G = 44.74%
B = 32.81%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#80FFBB (or 0x80FFBB) is known color: Aquamarine. HEX triplet: 80, FF and BB. RGB value is (128,255,187). Sum of RGB (Red+Green+Blue) = 128+255+187=570 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.46% from 570); Green value is 255 (100% from 255 or 44.74% from 570); Blue value is 187 (73.44% from 255 or 32.81% from 570); Max value from RGB is 255 - color contains mainly: green. Hex color #80FFBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FFBB is #7F0044. Grayscale: #D1D1D1. Windows color (decimal): -8323141 or 12320640. OLE color: 12320640.

HSL color Cylindrical-coordinate representation of color #80FFBB: hue angle of 147.87º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80FFBB is Cyan = 0.50, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB 128 255 187 -
CMYK 0.50 0 0.27 0
HSL 147.87º 1% 0.75% -
HSV(B) 147.87º 0.5% 1% -
XYZ 53.63 79.7 59.57 -
YUV 209.28 115.42 70.03 -
System Red Green Blue C M Y K H S L
Decimal 128 255 187 0.50 0 0.27 0 147.87 1 0.75
Hex 80 FF BB 32 0 1B 0 94 64 4B
Octal 200 377 273 62 0 33 0 224 144 113
Binary 10000000 11111111 10111011 110010 0 11011 0 10010100 1100100 1001011

Color Harmonies of #80FFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FFBB

Black with #80FFBB

Text Example


Text Example

White with #80FFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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