Html Css Color HEX #80FAB8 Aquamarine

📋 copy color: '#80FAB8'

red 128 ◦ green 250 ◦ blue 184

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

Shades of Aquamarine #80FAB8

Tints of Aquamarine #80FAB8

RGB

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

 GREEN value IS 250 (98.05% from 255) = 44.48%

 BLUE value IS 184 (72.27% from 255) = 32.74%

R = 22.78%
G = 44.48%
B = 32.74%

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

#80FAB8 (or 0x80FAB8) is known color: Aquamarine. HEX triplet: 80, FA and B8. RGB value is (128,250,184). Sum of RGB (Red+Green+Blue) = 128+250+184=562 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.78% from 562); Green value is 250 (98.05% from 255 or 44.48% from 562); Blue value is 184 (72.27% from 255 or 32.74% from 562); Max value from RGB is 250 - color contains mainly: green. Hex color #80FAB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FAB8 is #7F0547. Grayscale: #CECECE. Windows color (decimal): -8324424 or 12122752. OLE color: 12122752.

HSL color Cylindrical-coordinate representation of color #80FAB8: hue angle of 147.54º degrees, saturation: 0.92, 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 #80FAB8 is Cyan = 0.49, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 128 250 184 -
CMYK 0.49 0 0.26 0.02
HSL 147.54º 0.92% 0.74% -
HSV(B) 147.54º 0.49% 0.98% -
XYZ 51.74 76.42 57.37 -
YUV 206 115.58 72.37 -
System Red Green Blue C M Y K H S L
Decimal 128 250 184 0.49 0 0.26 0.02 147.54 0.92 0.74
Hex 80 FA B8 31 0 1A 2 94 5C 4A
Octal 200 372 270 61 0 32 2 224 134 112
Binary 10000000 11111010 10111000 110001 0 11010 10 10010100 1011100 1001010

Color Harmonies of #80FAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FAB8

Black with #80FAB8

Text Example


Text Example

White with #80FAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,250,184); }

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

background-color css

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

 a { background-color: rgb(128,250,184); }

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

border-color css

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

 span { border-color: rgb(128,250,184); }

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