Html Css Color HEX #80EEBE Aquamarine

📋 copy color: '#80EEBE'

red 128 ◦ green 238 ◦ blue 190

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

Shades of Aquamarine #80EEBE

Tints of Aquamarine #80EEBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.17%

R = 23.02%
G = 42.81%
B = 34.17%

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

#80EEBE (or 0x80EEBE) is known color: Aquamarine. HEX triplet: 80, EE and BE. RGB value is (128,238,190). Sum of RGB (Red+Green+Blue) = 128+238+190=556 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.02% from 556); Green value is 238 (93.36% from 255 or 42.81% from 556); Blue value is 190 (74.61% from 255 or 34.17% from 556); Max value from RGB is 238 - color contains mainly: green. Hex color #80EEBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EEBE is #7F1141. Grayscale: #C7C7C7. Windows color (decimal): -8327490 or 12512896. OLE color: 12512896.

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

Color convert

RGB 128 238 190 -
CMYK 0.46 0 0.20 0.07
HSL 153.82º 0.76% 0.72% -
HSV(B) 153.82º 0.46% 0.93% -
XYZ 48.77 69.46 59.55 -
YUV 199.64 122.56 76.9 -
System Red Green Blue C M Y K H S L
Decimal 128 238 190 0.46 0 0.20 0.07 153.82 0.76 0.72
Hex 80 EE BE 2E 0 14 7 9A 4C 48
Octal 200 356 276 56 0 24 7 232 114 110
Binary 10000000 11101110 10111110 101110 0 10100 111 10011010 1001100 1001000

Color Harmonies of #80EEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EEBE

Black with #80EEBE

Text Example


Text Example

White with #80EEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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