Html Css Color HEX #80FACD Aquamarine

📋 copy color: '#80FACD'

red 128 ◦ green 250 ◦ blue 205

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

Shades of Aquamarine #80FACD

Tints of Aquamarine #80FACD

RGB

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

 GREEN value IS 250 (98.05% from 255) = 42.88%

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

R = 21.96%
G = 42.88%
B = 35.16%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#80FACD (or 0x80FACD) is known color: Aquamarine. HEX triplet: 80, FA and CD. RGB value is (128,250,205). Sum of RGB (Red+Green+Blue) = 128+250+205=583 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.96% from 583); Green value is 250 (98.05% from 255 or 42.88% from 583); Blue value is 205 (80.47% from 255 or 35.16% from 583); Max value from RGB is 250 - color contains mainly: green. Hex color #80FACD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FACD is #7F0532. Grayscale: #D0D0D0. Windows color (decimal): -8324403 or 13499008. OLE color: 13499008.

HSL color Cylindrical-coordinate representation of color #80FACD: hue angle of 157.87º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80FACD is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 128 250 205 -
CMYK 0.49 0 0.18 0.02
HSL 157.87º 0.92% 0.74% -
HSV(B) 157.87º 0.49% 0.98% -
XYZ 54.11 77.37 69.84 -
YUV 208.39 126.08 70.66 -
System Red Green Blue C M Y K H S L
Decimal 128 250 205 0.49 0 0.18 0.02 157.87 0.92 0.74
Hex 80 FA CD 31 0 12 2 9E 5C 4A
Octal 200 372 315 61 0 22 2 236 134 112
Binary 10000000 11111010 11001101 110001 0 10010 10 10011110 1011100 1001010

Color Harmonies of #80FACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FACD

Black with #80FACD

Text Example


Text Example

White with #80FACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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