Html Css Color HEX #80FBBA Aquamarine

📋 copy color: '#80FBBA'

red 128 ◦ green 251 ◦ blue 186

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

Shades of Aquamarine #80FBBA

Tints of Aquamarine #80FBBA

RGB

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

 GREEN value IS 251 (98.44% from 255) = 44.42%

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

R = 22.65%
G = 44.42%
B = 32.92%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#80FBBA (or 0x80FBBA) is known color: Aquamarine. HEX triplet: 80, FB and BA. RGB value is (128,251,186). Sum of RGB (Red+Green+Blue) = 128+251+186=565 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.65% from 565); Green value is 251 (98.44% from 255 or 44.42% from 565); Blue value is 186 (73.05% from 255 or 32.92% from 565); Max value from RGB is 251 - color contains mainly: green. Hex color #80FBBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FBBA is #7F0445. Grayscale: #CECECE. Windows color (decimal): -8324166 or 12254080. OLE color: 12254080.

HSL color Cylindrical-coordinate representation of color #80FBBA: hue angle of 148.29º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80FBBA is Cyan = 0.49, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 128 251 186 -
CMYK 0.49 0 0.26 0.02
HSL 148.29º 0.94% 0.74% -
HSV(B) 148.29º 0.49% 0.98% -
XYZ 52.26 77.13 58.59 -
YUV 206.81 116.25 71.79 -
System Red Green Blue C M Y K H S L
Decimal 128 251 186 0.49 0 0.26 0.02 148.29 0.94 0.74
Hex 80 FB BA 31 0 1A 2 94 5E 4A
Octal 200 373 272 61 0 32 2 224 136 112
Binary 10000000 11111011 10111010 110001 0 11010 10 10010100 1011110 1001010

Color Harmonies of #80FBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FBBA

Black with #80FBBA

Text Example


Text Example

White with #80FBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,251,186); }

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

background-color css

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

 a { background-color: rgb(128,251,186); }

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

border-color css

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

 span { border-color: rgb(128,251,186); }

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