Html Css Color HEX #80EEBF Aquamarine

📋 copy color: '#80EEBF'

red 128 ◦ green 238 ◦ blue 191

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

Shades of Aquamarine #80EEBF

Tints of Aquamarine #80EEBF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 42.73%

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

R = 22.98%
G = 42.73%
B = 34.29%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#80EEBF (or 0x80EEBF) is known color: Aquamarine. HEX triplet: 80, EE and BF. RGB value is (128,238,191). Sum of RGB (Red+Green+Blue) = 128+238+191=557 (73% of max value = 765). Red value is 128 (50.39% from 255 or 22.98% from 557); Green value is 238 (93.36% from 255 or 42.73% from 557); Blue value is 191 (75% from 255 or 34.29% from 557); Max value from RGB is 238 - color contains mainly: green. Hex color #80EEBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EEBF is #7F1140. Grayscale: #C7C7C7. Windows color (decimal): -8327489 or 12578432. OLE color: 12578432.

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

Color convert

RGB 128 238 191 -
CMYK 0.46 0 0.20 0.07
HSL 154.36º 0.76% 0.72% -
HSV(B) 154.36º 0.46% 0.93% -
XYZ 48.88 69.5 60.13 -
YUV 199.75 123.06 76.82 -
System Red Green Blue C M Y K H S L
Decimal 128 238 191 0.46 0 0.20 0.07 154.36 0.76 0.72
Hex 80 EE BF 2E 0 14 7 9A 4C 48
Octal 200 356 277 56 0 24 7 232 114 110
Binary 10000000 11101110 10111111 101110 0 10100 111 10011010 1001100 1001000

Color Harmonies of #80EEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EEBF

Black with #80EEBF

Text Example


Text Example

White with #80EEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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