Html Css Color HEX #80FDC9 Aquamarine

📋 copy color: '#80FDC9'

red 128 ◦ green 253 ◦ blue 201

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

Shades of Aquamarine #80FDC9

Tints of Aquamarine #80FDC9

RGB

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

 GREEN value IS 253 (99.22% from 255) = 43.47%

 BLUE value IS 201 (78.91% from 255) = 34.54%

R = 21.99%
G = 43.47%
B = 34.54%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#80FDC9 (or 0x80FDC9) is known color: Aquamarine. HEX triplet: 80, FD and C9. RGB value is (128,253,201). Sum of RGB (Red+Green+Blue) = 128+253+201=582 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.99% from 582); Green value is 253 (99.22% from 255 or 43.47% from 582); Blue value is 201 (78.91% from 255 or 34.54% from 582); Max value from RGB is 253 - color contains mainly: green. Hex color #80FDC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FDC9 is #7F0236. Grayscale: #D1D1D1. Windows color (decimal): -8323639 or 13237632. OLE color: 13237632.

HSL color Cylindrical-coordinate representation of color #80FDC9: hue angle of 155.04º degrees, saturation: 0.97, 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 #80FDC9 is Cyan = 0.49, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB 128 253 201 -
CMYK 0.49 0 0.21 0.01
HSL 155.04º 0.97% 0.75% -
HSV(B) 155.04º 0.49% 0.99% -
XYZ 54.57 79.06 67.64 -
YUV 209.7 123.09 69.73 -
System Red Green Blue C M Y K H S L
Decimal 128 253 201 0.49 0 0.21 0.01 155.04 0.97 0.75
Hex 80 FD C9 31 0 15 1 9B 61 4B
Octal 200 375 311 61 0 25 1 233 141 113
Binary 10000000 11111101 11001001 110001 0 10101 1 10011011 1100001 1001011

Color Harmonies of #80FDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FDC9

Black with #80FDC9

Text Example


Text Example

White with #80FDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,253,201); }

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

background-color css

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

 a { background-color: rgb(128,253,201); }

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

border-color css

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

 span { border-color: rgb(128,253,201); }

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