Html Css Color HEX #80EEDE Aquamarine

📋 copy color: '#80EEDE'

red 128 ◦ green 238 ◦ blue 222

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

Shades of Aquamarine #80EEDE

Tints of Aquamarine #80EEDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.76%

R = 21.77%
G = 40.48%
B = 37.76%

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

#80EEDE (or 0x80EEDE) is known color: Aquamarine. HEX triplet: 80, EE and DE. RGB value is (128,238,222). Sum of RGB (Red+Green+Blue) = 128+238+222=588 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.77% from 588); Green value is 238 (93.36% from 255 or 40.48% from 588); Blue value is 222 (87.11% from 255 or 37.76% from 588); Max value from RGB is 238 - color contains mainly: green. Hex color #80EEDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EEDE is #7F1121. Grayscale: #CBCBCB. Windows color (decimal): -8327458 or 14610048. OLE color: 14610048.

HSL color Cylindrical-coordinate representation of color #80EEDE: hue angle of 171.27º 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 #80EEDE is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 238 222 -
CMYK 0.46 0 0.07 0.07
HSL 171.27º 0.76% 0.72% -
HSV(B) 171.27º 0.46% 0.93% -
XYZ 52.66 71.01 80.04 -
YUV 203.29 138.56 74.3 -
System Red Green Blue C M Y K H S L
Decimal 128 238 222 0.46 0 0.07 0.07 171.27 0.76 0.72
Hex 80 EE DE 2E 0 7 7 AB 4C 48
Octal 200 356 336 56 0 7 7 253 114 110
Binary 10000000 11101110 11011110 101110 0 111 111 10101011 1001100 1001000

Color Harmonies of #80EEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EEDE

Black with #80EEDE

Text Example


Text Example

White with #80EEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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