Html Css Color HEX #80FCCD Aquamarine

📋 copy color: '#80FCCD'

red 128 ◦ green 252 ◦ blue 205

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

Shades of Aquamarine #80FCCD

Tints of Aquamarine #80FCCD

RGB

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

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

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

R = 21.88%
G = 43.08%
B = 35.04%

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

#80FCCD (or 0x80FCCD) is known color: Aquamarine. HEX triplet: 80, FC and CD. RGB value is (128,252,205). Sum of RGB (Red+Green+Blue) = 128+252+205=585 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.88% from 585); Green value is 252 (98.83% from 255 or 43.08% from 585); Blue value is 205 (80.47% from 255 or 35.04% from 585); Max value from RGB is 252 - color contains mainly: green. Hex color #80FCCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FCCD is #7F0332. Grayscale: #D1D1D1. Windows color (decimal): -8323891 or 13499520. OLE color: 13499520.

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

Color convert

RGB 128 252 205 -
CMYK 0.49 0 0.19 0.01
HSL 157.26º 0.95% 0.75% -
HSV(B) 157.26º 0.49% 0.99% -
XYZ 54.73 78.62 70.05 -
YUV 209.57 125.42 69.82 -
System Red Green Blue C M Y K H S L
Decimal 128 252 205 0.49 0 0.19 0.01 157.26 0.95 0.75
Hex 80 FC CD 31 0 13 1 9D 5F 4B
Octal 200 374 315 61 0 23 1 235 137 113
Binary 10000000 11111100 11001101 110001 0 10011 1 10011101 1011111 1001011

Color Harmonies of #80FCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FCCD

Black with #80FCCD

Text Example


Text Example

White with #80FCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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