Html Css Color HEX #80E0BA Bermuda

📋 copy color: '#80E0BA'

red 128 ◦ green 224 ◦ blue 186

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

Shades of Bermuda #80E0BA

Tints of Bermuda #80E0BA

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.64%

 BLUE value IS 186 (73.05% from 255) = 34.57%

R = 23.79%
G = 41.64%
B = 34.57%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#80E0BA (or 0x80E0BA) is known color: Bermuda. HEX triplet: 80, E0 and BA. RGB value is (128,224,186). Sum of RGB (Red+Green+Blue) = 128+224+186=538 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.79% from 538); Green value is 224 (87.89% from 255 or 41.64% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 224 - color contains mainly: green. Hex color #80E0BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80E0BA is #7F1F45. Grayscale: #BFBFBF. Windows color (decimal): -8331078 or 12247168. OLE color: 12247168.

HSL color Cylindrical-coordinate representation of color #80E0BA: hue angle of 156.25º degrees, saturation: 0.61, 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 #80E0BA is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 128 224 186 -
CMYK 0.43 0 0.17 0.12
HSL 156.25º 0.61% 0.69% -
HSV(B) 156.25º 0.43% 0.88% -
XYZ 44.42 61.45 55.97 -
YUV 190.96 125.2 83.09 -
System Red Green Blue C M Y K H S L
Decimal 128 224 186 0.43 0 0.17 0.12 156.25 0.61 0.69
Hex 80 E0 BA 2B 0 11 C 9C 3D 45
Octal 200 340 272 53 0 21 14 234 75 105
Binary 10000000 11100000 10111010 101011 0 10001 1100 10011100 111101 1000101

Color Harmonies of #80E0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E0BA

Black with #80E0BA

Text Example


Text Example

White with #80E0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,224,186); }

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

background-color css

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

 a { background-color: rgb(128,224,186); }

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

border-color css

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

 span { border-color: rgb(128,224,186); }

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