Html Css Color HEX #80FDCD Aquamarine

📋 copy color: '#80FDCD'

red 128 ◦ green 253 ◦ blue 205

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

Shades of Aquamarine #80FDCD

Tints of Aquamarine #80FDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 34.98%

R = 21.84%
G = 43.17%
B = 34.98%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#80FDCD (or 0x80FDCD) is known color: Aquamarine. HEX triplet: 80, FD and CD. RGB value is (128,253,205). Sum of RGB (Red+Green+Blue) = 128+253+205=586 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.84% from 586); Green value is 253 (99.22% from 255 or 43.17% from 586); Blue value is 205 (80.47% from 255 or 34.98% from 586); Max value from RGB is 253 - color contains mainly: green. Hex color #80FDCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FDCD is #7F0232. Grayscale: #D2D2D2. Windows color (decimal): -8323635 or 13499776. OLE color: 13499776.

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

Color convert

RGB 128 253 205 -
CMYK 0.49 0 0.19 0.01
HSL 156.96º 0.97% 0.75% -
HSV(B) 156.96º 0.49% 0.99% -
XYZ 55.05 79.25 70.15 -
YUV 210.15 125.09 69.4 -
System Red Green Blue C M Y K H S L
Decimal 128 253 205 0.49 0 0.19 0.01 156.96 0.97 0.75
Hex 80 FD CD 31 0 13 1 9D 61 4B
Octal 200 375 315 61 0 23 1 235 141 113
Binary 10000000 11111101 11001101 110001 0 10011 1 10011101 1100001 1001011

Color Harmonies of #80FDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FDCD

Black with #80FDCD

Text Example


Text Example

White with #80FDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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