Html Css Color HEX #80FCD5 Aquamarine

📋 copy color: '#80FCD5'

red 128 ◦ green 252 ◦ blue 213

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

Shades of Aquamarine #80FCD5

Tints of Aquamarine #80FCD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 35.92%

R = 21.59%
G = 42.5%
B = 35.92%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#80FCD5 (or 0x80FCD5) is known color: Aquamarine. HEX triplet: 80, FC and D5. RGB value is (128,252,213). Sum of RGB (Red+Green+Blue) = 128+252+213=593 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.59% from 593); Green value is 252 (98.83% from 255 or 42.50% from 593); Blue value is 213 (83.59% from 255 or 35.92% from 593); Max value from RGB is 252 - color contains mainly: green. Hex color #80FCD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FCD5 is #7F032A. Grayscale: #D2D2D2. Windows color (decimal): -8323883 or 14023808. OLE color: 14023808.

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

Color convert

RGB 128 252 213 -
CMYK 0.49 0 0.15 0.01
HSL 161.13º 0.95% 0.75% -
HSV(B) 161.13º 0.49% 0.99% -
XYZ 55.72 79.01 75.27 -
YUV 210.48 129.42 69.17 -
System Red Green Blue C M Y K H S L
Decimal 128 252 213 0.49 0 0.15 0.01 161.13 0.95 0.75
Hex 80 FC D5 31 0 F 1 A1 5F 4B
Octal 200 374 325 61 0 17 1 241 137 113
Binary 10000000 11111100 11010101 110001 0 1111 1 10100001 1011111 1001011

Color Harmonies of #80FCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FCD5

Black with #80FCD5

Text Example


Text Example

White with #80FCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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