#80DBBB

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

Shades of Bermuda #80DBBB

Tints of Bermuda #80DBBB

Color information

#80DBBB (or 0x80DBBB) is unknown color: approx Bermuda. HEX triplet: 80, DB and BB. RGB value is (128,219,187). Sum of RGB (Red+Green+Blue) = 128+219+187=534 (70% of max value = 765). Red value is 128 (50.39% from 255 or 23.97% from 534); Green value is 219 (85.94% from 255 or 41.01% from 534); Blue value is 187 (73.44% from 255 or 35.02% from 534); Max value from RGB is 219 - color contains mainly: green. Hex color #80DBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DBBB is #7F2444. Grayscale: #BCBCBC. Windows color (decimal): -8332357 or 12311424. OLE color: 12311424.

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

Color convert

RGB128219187-
CMYK0.4200.150.14
HSL158.9º55.83%68.04%-
HSV(B)158.9º41.55%85.88%-
XYZ43.258.8456.09-
YUV188.14127.3585.1-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.97%
GREEN value IS 219 (85.94% from 255) = 41.01%
BLUE value IS 187 (73.44% from 255) = 35.02%
R=23.97%
G=41.01%
B=35.02%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1282191870.4200.150.14158.955.8368.04
Hex80DBBB2A0FE9f3844
Octal200333273520171623770104
Binary100000001101101110111011101010011111110100111111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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