Html Css Color HEX #80DCBE Bermuda

📋 copy color: '#80DCBE'

red 128 ◦ green 220 ◦ blue 190

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

Shades of Bermuda #80DCBE

Tints of Bermuda #80DCBE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.89%

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

R = 23.79%
G = 40.89%
B = 35.32%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#80DCBE (or 0x80DCBE) is known color: Bermuda. HEX triplet: 80, DC and BE. RGB value is (128,220,190). Sum of RGB (Red+Green+Blue) = 128+220+190=538 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.79% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 220 - color contains mainly: green. Hex color #80DCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DCBE is #7F2341. Grayscale: #BDBDBD. Windows color (decimal): -8332098 or 12508288. OLE color: 12508288.

HSL color Cylindrical-coordinate representation of color #80DCBE: hue angle of 160.43º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80DCBE is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 220 190 -
CMYK 0.42 0 0.14 0.14
HSL 160.43º 0.57% 0.68% -
HSV(B) 160.43º 0.42% 0.86% -
XYZ 43.79 59.49 57.89 -
YUV 189.07 128.52 84.44 -
System Red Green Blue C M Y K H S L
Decimal 128 220 190 0.42 0 0.14 0.14 160.43 0.57 0.68
Hex 80 DC BE 2A 0 E E A0 39 44
Octal 200 334 276 52 0 16 16 240 71 104
Binary 10000000 11011100 10111110 101010 0 1110 1110 10100000 111001 1000100

Color Harmonies of #80DCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DCBE

Black with #80DCBE

Text Example


Text Example

White with #80DCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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