Html Css Color HEX #80EBD6 Aquamarine

📋 copy color: '#80EBD6'

red 128 ◦ green 235 ◦ blue 214

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

Shades of Aquamarine #80EBD6

Tints of Aquamarine #80EBD6

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.73%

 BLUE value IS 214 (83.98% from 255) = 37.09%

R = 22.18%
G = 40.73%
B = 37.09%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#80EBD6 (or 0x80EBD6) is known color: Aquamarine. HEX triplet: 80, EB and D6. RGB value is (128,235,214). Sum of RGB (Red+Green+Blue) = 128+235+214=577 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.18% from 577); Green value is 235 (92.19% from 255 or 40.73% from 577); Blue value is 214 (83.98% from 255 or 37.09% from 577); Max value from RGB is 235 - color contains mainly: green. Hex color #80EBD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EBD6 is #7F1429. Grayscale: #C8C8C8. Windows color (decimal): -8328234 or 14084992. OLE color: 14084992.

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

Color convert

RGB 128 235 214 -
CMYK 0.46 0 0.09 0.08
HSL 168.22º 0.73% 0.71% -
HSV(B) 168.22º 0.46% 0.92% -
XYZ 50.75 68.86 74.24 -
YUV 200.61 135.55 76.21 -
System Red Green Blue C M Y K H S L
Decimal 128 235 214 0.46 0 0.09 0.08 168.22 0.73 0.71
Hex 80 EB D6 2E 0 9 8 A8 49 47
Octal 200 353 326 56 0 11 10 250 111 107
Binary 10000000 11101011 11010110 101110 0 1001 1000 10101000 1001001 1000111

Color Harmonies of #80EBD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EBD6

Black with #80EBD6

Text Example


Text Example

White with #80EBD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,235,214); }

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

background-color css

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

 a { background-color: rgb(128,235,214); }

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

border-color css

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

 span { border-color: rgb(128,235,214); }

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