Html Css Color HEX #80EEDD Aquamarine

📋 copy color: '#80EEDD'

red 128 ◦ green 238 ◦ blue 221

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

Shades of Aquamarine #80EEDD

Tints of Aquamarine #80EEDD

RGB

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

 GREEN value IS 238 (93.36% from 255) = 40.55%

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

R = 21.81%
G = 40.55%
B = 37.65%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#80EEDD (or 0x80EEDD) is known color: Aquamarine. HEX triplet: 80, EE and DD. RGB value is (128,238,221). Sum of RGB (Red+Green+Blue) = 128+238+221=587 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.81% from 587); Green value is 238 (93.36% from 255 or 40.55% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 238 - color contains mainly: green. Hex color #80EEDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EEDD is #7F1122. Grayscale: #CBCBCB. Windows color (decimal): -8327459 or 14544512. OLE color: 14544512.

HSL color Cylindrical-coordinate representation of color #80EEDD: hue angle of 170.73º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80EEDD is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 238 221 -
CMYK 0.46 0 0.07 0.07
HSL 170.73º 0.76% 0.72% -
HSV(B) 170.73º 0.46% 0.93% -
XYZ 52.53 70.96 79.33 -
YUV 203.17 138.06 74.38 -
System Red Green Blue C M Y K H S L
Decimal 128 238 221 0.46 0 0.07 0.07 170.73 0.76 0.72
Hex 80 EE DD 2E 0 7 7 AB 4C 48
Octal 200 356 335 56 0 7 7 253 114 110
Binary 10000000 11101110 11011101 101110 0 111 111 10101011 1001100 1001000

Color Harmonies of #80EEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EEDD

Black with #80EEDD

Text Example


Text Example

White with #80EEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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