#80D7BF

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

Shades of Bermuda #80D7BF

Tints of Bermuda #80D7BF

Color information

#80D7BF (or 0x80D7BF) is unknown color: approx Bermuda. HEX triplet: 80, D7 and BF. RGB value is (128,215,191). Sum of RGB (Red+Green+Blue) = 128+215+191=534 (70% of max value = 765). Red value is 128 (50.39% from 255 or 23.97% from 534); Green value is 215 (84.38% from 255 or 40.26% from 534); Blue value is 191 (75% from 255 or 35.77% from 534); Max value from RGB is 215 - color contains mainly: green. Hex color #80D7BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D7BF is #7F2840. Grayscale: #BABABA. Windows color (decimal): -8333377 or 12572544. OLE color: 12572544.

HSL color Cylindrical-coordinate representation of color #80D7BF: hue angle of 163.45º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80D7BF is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB128215191-
CMYK0.4000.110.16
HSL163.45º52.1%67.25%-
HSV(B)163.45º40.47%84.31%-
XYZ42.6156.9558.04-
YUV186.25130.6886.45-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.97%
GREEN value IS 215 (84.38% from 255) = 40.26%
BLUE value IS 191 (75% from 255) = 35.77%
R=23.97%
G=40.26%
B=35.77%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1282151910.4000.110.16163.4552.167.25
Hex80D7BF280B10a33443
Octal200327277500132024364103
Binary1000000011010111101111111010000101110000101000111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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