Html Css Color HEX #80DCB7 Bermuda

📋 copy color: '#80DCB7'

red 128 ◦ green 220 ◦ blue 183

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

Shades of Bermuda #80DCB7

Tints of Bermuda #80DCB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 34.46%

R = 24.11%
G = 41.43%
B = 34.46%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#80DCB7 (or 0x80DCB7) is known color: Bermuda. HEX triplet: 80, DC and B7. RGB value is (128,220,183). Sum of RGB (Red+Green+Blue) = 128+220+183=531 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.11% from 531); Green value is 220 (86.33% from 255 or 41.43% from 531); Blue value is 183 (71.88% from 255 or 34.46% from 531); Max value from RGB is 220 - color contains mainly: green. Hex color #80DCB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DCB7 is #7F2348. Grayscale: #BCBCBC. Windows color (decimal): -8332105 or 12049536. OLE color: 12049536.

HSL color Cylindrical-coordinate representation of color #80DCB7: hue angle of 155.87º 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 #80DCB7 is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 220 183 -
CMYK 0.42 0 0.17 0.14
HSL 155.87º 0.57% 0.68% -
HSV(B) 155.87º 0.42% 0.86% -
XYZ 43.04 59.19 53.96 -
YUV 188.27 125.02 85.01 -
System Red Green Blue C M Y K H S L
Decimal 128 220 183 0.42 0 0.17 0.14 155.87 0.57 0.68
Hex 80 DC B7 2A 0 11 E 9C 39 44
Octal 200 334 267 52 0 21 16 234 71 104
Binary 10000000 11011100 10110111 101010 0 10001 1110 10011100 111001 1000100

Color Harmonies of #80DCB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DCB7

Black with #80DCB7

Text Example


Text Example

White with #80DCB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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