Html Css Color HEX #80EFBF Aquamarine

📋 copy color: '#80EFBF'

red 128 ◦ green 239 ◦ blue 191

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

Shades of Aquamarine #80EFBF

Tints of Aquamarine #80EFBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 34.23%

R = 22.94%
G = 42.83%
B = 34.23%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#80EFBF (or 0x80EFBF) is known color: Aquamarine. HEX triplet: 80, EF and BF. RGB value is (128,239,191). Sum of RGB (Red+Green+Blue) = 128+239+191=558 (73% of max value = 765). Red value is 128 (50.39% from 255 or 22.94% from 558); Green value is 239 (93.75% from 255 or 42.83% from 558); Blue value is 191 (75% from 255 or 34.23% from 558); Max value from RGB is 239 - color contains mainly: green. Hex color #80EFBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EFBF is #7F1040. Grayscale: #C8C8C8. Windows color (decimal): -8327233 or 12578688. OLE color: 12578688.

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

Color convert

RGB 128 239 191 -
CMYK 0.46 0 0.20 0.06
HSL 154.05º 0.78% 0.72% -
HSV(B) 154.05º 0.46% 0.94% -
XYZ 49.17 70.08 60.23 -
YUV 200.34 122.73 76.4 -
System Red Green Blue C M Y K H S L
Decimal 128 239 191 0.46 0 0.20 0.06 154.05 0.78 0.72
Hex 80 EF BF 2E 0 14 6 9A 4E 48
Octal 200 357 277 56 0 24 6 232 116 110
Binary 10000000 11101111 10111111 101110 0 10100 110 10011010 1001110 1001000

Color Harmonies of #80EFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EFBF

Black with #80EFBF

Text Example


Text Example

White with #80EFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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