#81D1C7

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

Shades of Bermuda #81D1C7

Tints of Bermuda #81D1C7

Color information

#81D1C7 (or 0x81D1C7) is unknown color: approx Bermuda. HEX triplet: 81, D1 and C7. RGB value is (129,209,199). Sum of RGB (Red+Green+Blue) = 129+209+199=537 (71% of max value = 765). Red value is 129 (50.78% from 255 or 24.02% from 537); Green value is 209 (82.03% from 255 or 38.92% from 537); Blue value is 199 (78.12% from 255 or 37.06% from 537); Max value from RGB is 209 - color contains mainly: green. Hex color #81D1C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81D1C7 is #7E2E38. Grayscale: #B7B7B7. Windows color (decimal): -8269369 or 13095297. OLE color: 13095297.

HSL color Cylindrical-coordinate representation of color #81D1C7: hue angle of 172.5º degrees, saturation: 0.47, 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 #81D1C7 is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB129209199-
CMYK0.3800.050.18
HSL172.5º46.51%66.27%-
HSV(B)172.5º38.28%81.96%-
XYZ42.1654.3962.31-
YUV183.94136.588.81-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.02%
GREEN value IS 209 (82.03% from 255) = 38.92%
BLUE value IS 199 (78.12% from 255) = 37.06%
R=24.02%
G=38.92%
B=37.06%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1292091990.3800.050.18172.546.5166.27
Hex81D1C7260512ac2f42
Octal20132130746052225457102
Binary100000011101000111000111100110010110010101011001011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D1C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81D1C7; }

 p { color: rgb(129,209,199); }

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

<style>
 a { background-color: #81D1C7; }

 a { background-color: rgb(129,209,199); }

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

<style>
 span { border-color: #81D1C7; }

 span { border-color: rgb(129,209,199); }

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