Html Css Color HEX #80EADD Aquamarine

📋 copy color: '#80EADD'

red 128 ◦ green 234 ◦ blue 221

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

Shades of Aquamarine #80EADD

Tints of Aquamarine #80EADD

RGB

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

 GREEN value IS 234 (91.8% from 255) = 40.14%

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

R = 21.96%
G = 40.14%
B = 37.91%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#80EADD (or 0x80EADD) is known color: Aquamarine. HEX triplet: 80, EA and DD. RGB value is (128,234,221). Sum of RGB (Red+Green+Blue) = 128+234+221=583 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.96% from 583); Green value is 234 (91.80% from 255 or 40.14% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 234 - color contains mainly: green. Hex color #80EADD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EADD is #7F1522. Grayscale: #C8C8C8. Windows color (decimal): -8328483 or 14543488. OLE color: 14543488.

HSL color Cylindrical-coordinate representation of color #80EADD: hue angle of 172.64º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80EADD is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 128 234 221 -
CMYK 0.45 0 0.06 0.08
HSL 172.64º 0.72% 0.71% -
HSV(B) 172.64º 0.45% 0.92% -
XYZ 51.38 68.66 78.95 -
YUV 200.82 139.38 76.06 -
System Red Green Blue C M Y K H S L
Decimal 128 234 221 0.45 0 0.06 0.08 172.64 0.72 0.71
Hex 80 EA DD 2D 0 6 8 AD 48 47
Octal 200 352 335 55 0 6 10 255 110 107
Binary 10000000 11101010 11011101 101101 0 110 1000 10101101 1001000 1000111

Color Harmonies of #80EADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EADD

Black with #80EADD

Text Example


Text Example

White with #80EADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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