#80DBBE

Color #80DBBE Bermuda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bermuda #80DBBE

Tints of Bermuda #80DBBE

Color information

#80DBBE (or 0x80DBBE) is unknown color: approx Bermuda. HEX triplet: 80, DB and BE. RGB value is (128,219,190). Sum of RGB (Red+Green+Blue) = 128+219+190=537 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.84% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 190 (74.61% from 255 or 35.38% from 537); Max value from RGB is 219 - color contains mainly: green. Hex color #80DBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DBBE is #7F2441. Grayscale: #BCBCBC. Windows color (decimal): -8332354 or 12508032. OLE color: 12508032.

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

Color convert

RGB128219190-
CMYK0.4200.130.14
HSL160.88º55.83%68.04%-
HSV(B)160.88º41.55%85.88%-
XYZ43.5358.9757.8-
YUV188.48128.8584.86-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.84%
GREEN value IS 219 (85.94% from 255) = 40.78%
BLUE value IS 190 (74.61% from 255) = 35.38%
R=23.84%
G=40.78%
B=35.38%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1282191900.4200.130.14160.8855.8368.04
Hex80DBBE2A0DEa13844
Octal200333276520151624170104
Binary100000001101101110111110101010011011110101000011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #80DBBE;
 }
 .AnyTagClassName
 {
   color: #80DBBE;
 }
</style>
background-color css

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

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

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

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

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

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