#80D0BE

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

Shades of Bermuda #80D0BE

Tints of Bermuda #80D0BE

Color information

#80D0BE (or 0x80D0BE) is unknown color: approx Bermuda. HEX triplet: 80, D0 and BE. RGB value is (128,208,190). Sum of RGB (Red+Green+Blue) = 128+208+190=526 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.33% from 526); Green value is 208 (81.64% from 255 or 39.54% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 208 - color contains mainly: green. Hex color #80D0BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D0BE is #7F2F41. Grayscale: #B6B6B6. Windows color (decimal): -8335170 or 12505216. OLE color: 12505216.

HSL color Cylindrical-coordinate representation of color #80D0BE: hue angle of 166.5º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80D0BE is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB128208190-
CMYK0.3800.090.18
HSL166.5º45.98%65.88%-
HSV(B)166.5º38.46%81.57%-
XYZ40.7553.4256.88-
YUV182.03132.589.46-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.33%
GREEN value IS 208 (81.64% from 255) = 39.54%
BLUE value IS 190 (74.61% from 255) = 36.12%
R=24.33%
G=39.54%
B=36.12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1282081900.3800.090.18166.545.9865.88
Hex80D0BE260912a62e42
Octal200320276460112224656102
Binary1000000011010000101111101001100100110010101001101011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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