Html Css Color HEX #80DCBB Bermuda

📋 copy color: '#80DCBB'

red 128 ◦ green 220 ◦ blue 187

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

Shades of Bermuda #80DCBB

Tints of Bermuda #80DCBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.95%

R = 23.93%
G = 41.12%
B = 34.95%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#80DCBB (or 0x80DCBB) is known color: Bermuda. HEX triplet: 80, DC and BB. RGB value is (128,220,187). Sum of RGB (Red+Green+Blue) = 128+220+187=535 (70% of max value = 765). Red value is 128 (50.39% from 255 or 23.93% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 187 (73.44% from 255 or 34.95% from 535); Max value from RGB is 220 - color contains mainly: green. Hex color #80DCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DCBB is #7F2344. Grayscale: #BCBCBC. Windows color (decimal): -8332101 or 12311680. OLE color: 12311680.

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

Color convert

RGB 128 220 187 -
CMYK 0.42 0 0.15 0.14
HSL 158.48º 0.57% 0.68% -
HSV(B) 158.48º 0.42% 0.86% -
XYZ 43.46 59.36 56.18 -
YUV 188.73 127.02 84.68 -
System Red Green Blue C M Y K H S L
Decimal 128 220 187 0.42 0 0.15 0.14 158.48 0.57 0.68
Hex 80 DC BB 2A 0 F E 9E 39 44
Octal 200 334 273 52 0 17 16 236 71 104
Binary 10000000 11011100 10111011 101010 0 1111 1110 10011110 111001 1000100

Color Harmonies of #80DCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DCBB

Black with #80DCBB

Text Example


Text Example

White with #80DCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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