Html Css Color HEX #80FFCD Aquamarine

📋 copy color: '#80FFCD'

red 128 ◦ green 255 ◦ blue 205

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

Shades of Aquamarine #80FFCD

Tints of Aquamarine #80FFCD

RGB

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

 GREEN value IS 255 (100% from 255) = 43.37%

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

R = 21.77%
G = 43.37%
B = 34.86%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#80FFCD (or 0x80FFCD) is known color: Aquamarine. HEX triplet: 80, FF and CD. RGB value is (128,255,205). Sum of RGB (Red+Green+Blue) = 128+255+205=588 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.77% from 588); Green value is 255 (100% from 255 or 43.37% from 588); Blue value is 205 (80.47% from 255 or 34.86% from 588); Max value from RGB is 255 - color contains mainly: green. Hex color #80FFCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FFCD is #7F0032. Grayscale: #D3D3D3. Windows color (decimal): -8323123 or 13500288. OLE color: 13500288.

HSL color Cylindrical-coordinate representation of color #80FFCD: hue angle of 156.38º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80FFCD is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB 128 255 205 -
CMYK 0.50 0 0.20 0
HSL 156.38º 1% 0.75% -
HSV(B) 156.38º 0.5% 1% -
XYZ 55.68 80.52 70.36 -
YUV 211.33 124.42 68.57 -
System Red Green Blue C M Y K H S L
Decimal 128 255 205 0.50 0 0.20 0 156.38 1 0.75
Hex 80 FF CD 32 0 14 0 9C 64 4B
Octal 200 377 315 62 0 24 0 234 144 113
Binary 10000000 11111111 11001101 110010 0 10100 0 10011100 1100100 1001011

Color Harmonies of #80FFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FFCD

Black with #80FFCD

Text Example


Text Example

White with #80FFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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