#80D0BA

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

Shades of Bermuda #80D0BA

Tints of Bermuda #80D0BA

Color information

#80D0BA (or 0x80D0BA) is unknown color: approx Bermuda. HEX triplet: 80, D0 and BA. RGB value is (128,208,186). Sum of RGB (Red+Green+Blue) = 128+208+186=522 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.52% from 522); Green value is 208 (81.64% from 255 or 39.85% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 208 - color contains mainly: green. Hex color #80D0BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D0BA is #7F2F45. Grayscale: #B5B5B5. Windows color (decimal): -8335174 or 12243072. OLE color: 12243072.

HSL color Cylindrical-coordinate representation of color #80D0BA: hue angle of 163.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 #80D0BA is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB128208186-
CMYK0.3800.110.18
HSL163.5º45.98%65.88%-
HSV(B)163.5º38.46%81.57%-
XYZ40.3253.2554.61-
YUV181.57130.589.79-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.52%
GREEN value IS 208 (81.64% from 255) = 39.85%
BLUE value IS 186 (73.05% from 255) = 35.63%
R=24.52%
G=39.85%
B=35.63%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1282081860.3800.110.18163.545.9865.88
Hex80D0BA260B12a42e42
Octal200320272460132224456102
Binary1000000011010000101110101001100101110010101001001011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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