Html Css Color HEX #80FCB8 Aquamarine

📋 copy color: '#80FCB8'

red 128 ◦ green 252 ◦ blue 184

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

Shades of Aquamarine #80FCB8

Tints of Aquamarine #80FCB8

RGB

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

 GREEN value IS 252 (98.83% from 255) = 44.68%

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

R = 22.7%
G = 44.68%
B = 32.62%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#80FCB8 (or 0x80FCB8) is known color: Aquamarine. HEX triplet: 80, FC and B8. RGB value is (128,252,184). Sum of RGB (Red+Green+Blue) = 128+252+184=564 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.70% from 564); Green value is 252 (98.83% from 255 or 44.68% from 564); Blue value is 184 (72.27% from 255 or 32.62% from 564); Max value from RGB is 252 - color contains mainly: green. Hex color #80FCB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FCB8 is #7F0347. Grayscale: #CFCFCF. Windows color (decimal): -8323912 or 12123264. OLE color: 12123264.

HSL color Cylindrical-coordinate representation of color #80FCB8: hue angle of 147.1º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80FCB8 is Cyan = 0.49, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB 128 252 184 -
CMYK 0.49 0 0.27 0.01
HSL 147.1º 0.95% 0.75% -
HSV(B) 147.1º 0.49% 0.99% -
XYZ 52.36 77.67 57.58 -
YUV 207.17 114.92 71.53 -
System Red Green Blue C M Y K H S L
Decimal 128 252 184 0.49 0 0.27 0.01 147.1 0.95 0.75
Hex 80 FC B8 31 0 1B 1 93 5F 4B
Octal 200 374 270 61 0 33 1 223 137 113
Binary 10000000 11111100 10111000 110001 0 11011 1 10010011 1011111 1001011

Color Harmonies of #80FCB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FCB8

Black with #80FCB8

Text Example


Text Example

White with #80FCB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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