#80D1CA

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

Shades of Bermuda #80D1CA

Tints of Bermuda #80D1CA

Color information

#80D1CA (or 0x80D1CA) is unknown color: approx Bermuda. HEX triplet: 80, D1 and CA. RGB value is (128,209,202). Sum of RGB (Red+Green+Blue) = 128+209+202=539 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.75% from 539); Green value is 209 (82.03% from 255 or 38.78% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 209 - color contains mainly: green. Hex color #80D1CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D1CA is #7F2E35. Grayscale: #B7B7B7. Windows color (decimal): -8334902 or 13291904. OLE color: 13291904.

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

Color convert

RGB128209202-
CMYK0.3900.030.18
HSL174.81º46.82%66.08%-
HSV(B)174.81º38.76%81.96%-
XYZ42.3654.4564.16-
YUV183.98138.1688.07-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.75%
GREEN value IS 209 (82.03% from 255) = 38.78%
BLUE value IS 202 (79.30% from 255) = 37.48%
R=23.75%
G=38.78%
B=37.48%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1282092020.3900.030.18174.8146.8266.08
Hex80D1CA270312af2f42
Octal20032131247032225757102
Binary10000000110100011100101010011101110010101011111011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,209,202); }

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

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

 a { background-color: rgb(128,209,202); }

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

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

 span { border-color: rgb(128,209,202); }

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