Html Css Color HEX #80EFBD Aquamarine

📋 copy color: '#80EFBD'

red 128 ◦ green 239 ◦ blue 189

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

Shades of Aquamarine #80EFBD

Tints of Aquamarine #80EFBD

RGB

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

 GREEN value IS 239 (93.75% from 255) = 42.99%

 BLUE value IS 189 (74.22% from 255) = 33.99%

R = 23.02%
G = 42.99%
B = 33.99%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#80EFBD (or 0x80EFBD) is known color: Aquamarine. HEX triplet: 80, EF and BD. RGB value is (128,239,189). Sum of RGB (Red+Green+Blue) = 128+239+189=556 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.02% from 556); Green value is 239 (93.75% from 255 or 42.99% from 556); Blue value is 189 (74.22% from 255 or 33.99% from 556); Max value from RGB is 239 - color contains mainly: green. Hex color #80EFBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EFBD is #7F1042. Grayscale: #C8C8C8. Windows color (decimal): -8327235 or 12447616. OLE color: 12447616.

HSL color Cylindrical-coordinate representation of color #80EFBD: hue angle of 152.97º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80EFBD is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 128 239 189 -
CMYK 0.46 0 0.21 0.06
HSL 152.97º 0.78% 0.72% -
HSV(B) 152.97º 0.46% 0.94% -
XYZ 48.95 70 59.07 -
YUV 200.11 121.73 76.57 -
System Red Green Blue C M Y K H S L
Decimal 128 239 189 0.46 0 0.21 0.06 152.97 0.78 0.72
Hex 80 EF BD 2E 0 15 6 99 4E 48
Octal 200 357 275 56 0 25 6 231 116 110
Binary 10000000 11101111 10111101 101110 0 10101 110 10011001 1001110 1001000

Color Harmonies of #80EFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EFBD

Black with #80EFBD

Text Example


Text Example

White with #80EFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,239,189); }

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

background-color css

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

 a { background-color: rgb(128,239,189); }

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

border-color css

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

 span { border-color: rgb(128,239,189); }

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