Html Css Color HEX #80FDD0 Aquamarine

📋 copy color: '#80FDD0'

red 128 ◦ green 253 ◦ blue 208

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

Shades of Aquamarine #80FDD0

Tints of Aquamarine #80FDD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 35.31%

R = 21.73%
G = 42.95%
B = 35.31%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#80FDD0 (or 0x80FDD0) is known color: Aquamarine. HEX triplet: 80, FD and D0. RGB value is (128,253,208). Sum of RGB (Red+Green+Blue) = 128+253+208=589 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.73% from 589); Green value is 253 (99.22% from 255 or 42.95% from 589); Blue value is 208 (81.64% from 255 or 35.31% from 589); Max value from RGB is 253 - color contains mainly: green. Hex color #80FDD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FDD0 is #7F022F. Grayscale: #D2D2D2. Windows color (decimal): -8323632 or 13696384. OLE color: 13696384.

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

Color convert

RGB 128 253 208 -
CMYK 0.49 0 0.18 0.01
HSL 158.4º 0.97% 0.75% -
HSV(B) 158.4º 0.49% 0.99% -
XYZ 55.41 79.39 72.08 -
YUV 210.5 126.59 69.16 -
System Red Green Blue C M Y K H S L
Decimal 128 253 208 0.49 0 0.18 0.01 158.4 0.97 0.75
Hex 80 FD D0 31 0 12 1 9E 61 4B
Octal 200 375 320 61 0 22 1 236 141 113
Binary 10000000 11111101 11010000 110001 0 10010 1 10011110 1100001 1001011

Color Harmonies of #80FDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FDD0

Black with #80FDD0

Text Example


Text Example

White with #80FDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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