Html Css Color HEX #80F9DD Aquamarine

📋 copy color: '#80F9DD'

red 128 ◦ green 249 ◦ blue 221

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

Shades of Aquamarine #80F9DD

Tints of Aquamarine #80F9DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.96%

R = 21.4%
G = 41.64%
B = 36.96%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#80F9DD (or 0x80F9DD) is known color: Aquamarine. HEX triplet: 80, F9 and DD. RGB value is (128,249,221). Sum of RGB (Red+Green+Blue) = 128+249+221=598 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.40% from 598); Green value is 249 (97.66% from 255 or 41.64% from 598); Blue value is 221 (86.72% from 255 or 36.96% from 598); Max value from RGB is 249 - color contains mainly: green. Hex color #80F9DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80F9DD is #7F0622. Grayscale: #D1D1D1. Windows color (decimal): -8324643 or 14547328. OLE color: 14547328.

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

Color convert

RGB 128 249 221 -
CMYK 0.49 0 0.11 0.02
HSL 166.12º 0.91% 0.74% -
HSV(B) 166.12º 0.49% 0.98% -
XYZ 55.83 77.56 80.43 -
YUV 209.63 134.41 69.78 -
System Red Green Blue C M Y K H S L
Decimal 128 249 221 0.49 0 0.11 0.02 166.12 0.91 0.74
Hex 80 F9 DD 31 0 B 2 A6 5B 4A
Octal 200 371 335 61 0 13 2 246 133 112
Binary 10000000 11111001 11011101 110001 0 1011 10 10100110 1011011 1001010

Color Harmonies of #80F9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F9DD

Black with #80F9DD

Text Example


Text Example

White with #80F9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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