Html Css Color HEX #80F9DF Aquamarine

📋 copy color: '#80F9DF'

red 128 ◦ green 249 ◦ blue 223

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

Shades of Aquamarine #80F9DF

Tints of Aquamarine #80F9DF

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.5%

 BLUE value IS 223 (87.5% from 255) = 37.17%

R = 21.33%
G = 41.5%
B = 37.17%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#80F9DF (or 0x80F9DF) is known color: Aquamarine. HEX triplet: 80, F9 and DF. RGB value is (128,249,223). Sum of RGB (Red+Green+Blue) = 128+249+223=600 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.33% from 600); Green value is 249 (97.66% from 255 or 41.5% from 600); Blue value is 223 (87.5% from 255 or 37.17% from 600); Max value from RGB is 249 - color contains mainly: green. Hex color #80F9DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80F9DF is #7F0620. Grayscale: #D1D1D1. Windows color (decimal): -8324641 or 14678400. OLE color: 14678400.

HSL color Cylindrical-coordinate representation of color #80F9DF: hue angle of 167.11º degrees, saturation: 0.91, 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 #80F9DF is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 128 249 223 -
CMYK 0.49 0 0.10 0.02
HSL 167.11º 0.91% 0.74% -
HSV(B) 167.11º 0.49% 0.98% -
XYZ 56.1 77.67 81.85 -
YUV 209.86 135.41 69.61 -
System Red Green Blue C M Y K H S L
Decimal 128 249 223 0.49 0 0.10 0.02 167.11 0.91 0.74
Hex 80 F9 DF 31 0 A 2 A7 5B 4A
Octal 200 371 337 61 0 12 2 247 133 112
Binary 10000000 11111001 11011111 110001 0 1010 10 10100111 1011011 1001010

Color Harmonies of #80F9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F9DF

Black with #80F9DF

Text Example


Text Example

White with #80F9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,249,223); }

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

background-color css

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

 a { background-color: rgb(128,249,223); }

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

border-color css

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

 span { border-color: rgb(128,249,223); }

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