Html Css Color HEX #80E1B8 Bermuda

📋 copy color: '#80E1B8'

red 128 ◦ green 225 ◦ blue 184

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

Shades of Bermuda #80E1B8

Tints of Bermuda #80E1B8

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.9%

 BLUE value IS 184 (72.27% from 255) = 34.26%

R = 23.84%
G = 41.9%
B = 34.26%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.18

 K value IS 0.12

RGB Variations

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

Color information

#80E1B8 (or 0x80E1B8) is known color: Bermuda. HEX triplet: 80, E1 and B8. RGB value is (128,225,184). Sum of RGB (Red+Green+Blue) = 128+225+184=537 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.84% from 537); Green value is 225 (88.28% from 255 or 41.90% from 537); Blue value is 184 (72.27% from 255 or 34.26% from 537); Max value from RGB is 225 - color contains mainly: green. Hex color #80E1B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80E1B8 is #7F1E47. Grayscale: #BFBFBF. Windows color (decimal): -8330824 or 12116352. OLE color: 12116352.

HSL color Cylindrical-coordinate representation of color #80E1B8: hue angle of 154.64º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80E1B8 is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.12.

Color convert

RGB 128 225 184 -
CMYK 0.43 0 0.18 0.12
HSL 154.64º 0.62% 0.69% -
HSV(B) 154.64º 0.43% 0.88% -
XYZ 44.48 61.9 54.95 -
YUV 191.32 123.86 82.83 -
System Red Green Blue C M Y K H S L
Decimal 128 225 184 0.43 0 0.18 0.12 154.64 0.62 0.69
Hex 80 E1 B8 2B 0 12 C 9B 3E 45
Octal 200 341 270 53 0 22 14 233 76 105
Binary 10000000 11100001 10111000 101011 0 10010 1100 10011011 111110 1000101

Color Harmonies of #80E1B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E1B8

Black with #80E1B8

Text Example


Text Example

White with #80E1B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,225,184); }

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

background-color css

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

 a { background-color: rgb(128,225,184); }

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

border-color css

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

 span { border-color: rgb(128,225,184); }

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