Html Css Color HEX #80EBD5 Aquamarine

📋 copy color: '#80EBD5'

red 128 ◦ green 235 ◦ blue 213

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

Shades of Aquamarine #80EBD5

Tints of Aquamarine #80EBD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 36.98%

R = 22.22%
G = 40.8%
B = 36.98%

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

#80EBD5 (or 0x80EBD5) is known color: Aquamarine. HEX triplet: 80, EB and D5. RGB value is (128,235,213). Sum of RGB (Red+Green+Blue) = 128+235+213=576 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.22% from 576); Green value is 235 (92.19% from 255 or 40.80% from 576); Blue value is 213 (83.59% from 255 or 36.98% from 576); Max value from RGB is 235 - color contains mainly: green. Hex color #80EBD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EBD5 is #7F142A. Grayscale: #C8C8C8. Windows color (decimal): -8328235 or 14019456. OLE color: 14019456.

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

Color convert

RGB 128 235 213 -
CMYK 0.46 0 0.09 0.08
HSL 167.66º 0.73% 0.71% -
HSV(B) 167.66º 0.46% 0.92% -
XYZ 50.62 68.81 73.56 -
YUV 200.5 135.05 76.29 -
System Red Green Blue C M Y K H S L
Decimal 128 235 213 0.46 0 0.09 0.08 167.66 0.73 0.71
Hex 80 EB D5 2E 0 9 8 A8 49 47
Octal 200 353 325 56 0 11 10 250 111 107
Binary 10000000 11101011 11010101 101110 0 1001 1000 10101000 1001001 1000111

Color Harmonies of #80EBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EBD5

Black with #80EBD5

Text Example


Text Example

White with #80EBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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