Html Css Color HEX #80F4CE Aquamarine

📋 copy color: '#80F4CE'

red 128 ◦ green 244 ◦ blue 206

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

Shades of Aquamarine #80F4CE

Tints of Aquamarine #80F4CE

RGB

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

 GREEN value IS 244 (95.7% from 255) = 42.21%

 BLUE value IS 206 (80.86% from 255) = 35.64%

R = 22.15%
G = 42.21%
B = 35.64%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#80F4CE (or 0x80F4CE) is known color: Aquamarine. HEX triplet: 80, F4 and CE. RGB value is (128,244,206). Sum of RGB (Red+Green+Blue) = 128+244+206=578 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.15% from 578); Green value is 244 (95.70% from 255 or 42.21% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 244 - color contains mainly: green. Hex color #80F4CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80F4CE is #7F0B31. Grayscale: #CDCDCD. Windows color (decimal): -8325938 or 13563008. OLE color: 13563008.

HSL color Cylindrical-coordinate representation of color #80F4CE: hue angle of 160.34º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80F4CE is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 128 244 206 -
CMYK 0.48 0 0.16 0.04
HSL 160.34º 0.84% 0.73% -
HSV(B) 160.34º 0.48% 0.96% -
XYZ 52.39 73.75 69.87 -
YUV 204.98 128.57 73.09 -
System Red Green Blue C M Y K H S L
Decimal 128 244 206 0.48 0 0.16 0.04 160.34 0.84 0.73
Hex 80 F4 CE 30 0 10 4 A0 54 49
Octal 200 364 316 60 0 20 4 240 124 111
Binary 10000000 11110100 11001110 110000 0 10000 100 10100000 1010100 1001001

Color Harmonies of #80F4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F4CE

Black with #80F4CE

Text Example


Text Example

White with #80F4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,244,206); }

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

background-color css

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

 a { background-color: rgb(128,244,206); }

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

border-color css

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

 span { border-color: rgb(128,244,206); }

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