Html Css Color HEX #80EDDE Aquamarine

📋 copy color: '#80EDDE'

red 128 ◦ green 237 ◦ blue 222

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

Shades of Aquamarine #80EDDE

Tints of Aquamarine #80EDDE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 40.37%

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

R = 21.81%
G = 40.37%
B = 37.82%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#80EDDE (or 0x80EDDE) is known color: Aquamarine. HEX triplet: 80, ED and DE. RGB value is (128,237,222). Sum of RGB (Red+Green+Blue) = 128+237+222=587 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.81% from 587); Green value is 237 (92.97% from 255 or 40.37% from 587); Blue value is 222 (87.11% from 255 or 37.82% from 587); Max value from RGB is 237 - color contains mainly: green. Hex color #80EDDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EDDE is #7F1221. Grayscale: #CACACA. Windows color (decimal): -8327714 or 14609792. OLE color: 14609792.

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

Color convert

RGB 128 237 222 -
CMYK 0.46 0 0.06 0.07
HSL 171.74º 0.75% 0.72% -
HSV(B) 171.74º 0.46% 0.93% -
XYZ 52.37 70.43 79.94 -
YUV 202.7 138.89 74.72 -
System Red Green Blue C M Y K H S L
Decimal 128 237 222 0.46 0 0.06 0.07 171.74 0.75 0.72
Hex 80 ED DE 2E 0 6 7 AC 4B 48
Octal 200 355 336 56 0 6 7 254 113 110
Binary 10000000 11101101 11011110 101110 0 110 111 10101100 1001011 1001000

Color Harmonies of #80EDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EDDE

Black with #80EDDE

Text Example


Text Example

White with #80EDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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