Html Css Color HEX #80EDE0 Aquamarine

📋 copy color: '#80EDE0'

red 128 ◦ green 237 ◦ blue 224

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

Shades of Aquamarine #80EDE0

Tints of Aquamarine #80EDE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.03%

R = 21.73%
G = 40.24%
B = 38.03%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#80EDE0 (or 0x80EDE0) is known color: Aquamarine. HEX triplet: 80, ED and E0. RGB value is (128,237,224). Sum of RGB (Red+Green+Blue) = 128+237+224=589 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.73% from 589); Green value is 237 (92.97% from 255 or 40.24% from 589); Blue value is 224 (87.89% from 255 or 38.03% from 589); Max value from RGB is 237 - color contains mainly: green. Hex color #80EDE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EDE0 is #7F121F. Grayscale: #CACACA. Windows color (decimal): -8327712 or 14740864. OLE color: 14740864.

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

Color convert

RGB 128 237 224 -
CMYK 0.46 0 0.05 0.07
HSL 172.84º 0.75% 0.72% -
HSV(B) 172.84º 0.46% 0.93% -
XYZ 52.64 70.54 81.36 -
YUV 202.93 139.89 74.56 -
System Red Green Blue C M Y K H S L
Decimal 128 237 224 0.46 0 0.05 0.07 172.84 0.75 0.72
Hex 80 ED E0 2E 0 5 7 AD 4B 48
Octal 200 355 340 56 0 5 7 255 113 110
Binary 10000000 11101101 11100000 101110 0 101 111 10101101 1001011 1001000

Color Harmonies of #80EDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EDE0

Black with #80EDE0

Text Example


Text Example

White with #80EDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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