#81DCB9

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

Shades of Bermuda #81DCB9

Tints of Bermuda #81DCB9

Color information

#81DCB9 (or 0x81DCB9) is unknown color: approx Bermuda. HEX triplet: 81, DC and B9. RGB value is (129,220,185). Sum of RGB (Red+Green+Blue) = 129+220+185=534 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.16% from 534); Green value is 220 (86.33% from 255 or 41.20% from 534); Blue value is 185 (72.66% from 255 or 34.64% from 534); Max value from RGB is 220 - color contains mainly: green. Hex color #81DCB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81DCB9 is #7E2346. Grayscale: #BCBCBC. Windows color (decimal): -8266567 or 12180609. OLE color: 12180609.

HSL color Cylindrical-coordinate representation of color #81DCB9: hue angle of 156.92º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81DCB9 is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB129220185-
CMYK0.4100.160.14
HSL156.92º56.52%68.43%-
HSV(B)156.92º41.36%86.27%-
XYZ43.459.3655.07-
YUV188.8125.8585.35-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.16%
GREEN value IS 220 (86.33% from 255) = 41.20%
BLUE value IS 185 (72.66% from 255) = 34.64%
R=24.16%
G=41.20%
B=34.64%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1292201850.4100.160.14156.9256.5268.43
Hex81DCB929010E9d3944
Octal201334271510201623571104
Binary1000000111011100101110011010010100001110100111011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81DCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,220,185); }

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

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

 a { background-color: rgb(129,220,185); }

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

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

 span { border-color: rgb(129,220,185); }

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