#80DBBF

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

Shades of Bermuda #80DBBF

Tints of Bermuda #80DBBF

Color information

#80DBBF (or 0x80DBBF) is unknown color: approx Bermuda. HEX triplet: 80, DB and BF. RGB value is (128,219,191). Sum of RGB (Red+Green+Blue) = 128+219+191=538 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.79% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 191 (75% from 255 or 35.50% from 538); Max value from RGB is 219 - color contains mainly: green. Hex color #80DBBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DBBF is #7F2440. Grayscale: #BCBCBC. Windows color (decimal): -8332353 or 12573568. OLE color: 12573568.

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

Color convert

RGB128219191-
CMYK0.4200.130.14
HSL161.54º55.83%68.04%-
HSV(B)161.54º41.55%85.88%-
XYZ43.6459.0158.38-
YUV188.6129.3584.78-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.79%
GREEN value IS 219 (85.94% from 255) = 40.71%
BLUE value IS 191 (75% from 255) = 35.50%
R=23.79%
G=40.71%
B=35.50%

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
Decimal1282191910.4200.130.14161.5455.8368.04
Hex80DBBF2A0DEa23844
Octal200333277520151624270104
Binary100000001101101110111111101010011011110101000101110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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