#81DABD

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

Shades of Bermuda #81DABD

Tints of Bermuda #81DABD

Color information

#81DABD (or 0x81DABD) is unknown color: approx Bermuda. HEX triplet: 81, DA and BD. RGB value is (129,218,189). Sum of RGB (Red+Green+Blue) = 129+218+189=536 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.07% from 536); Green value is 218 (85.55% from 255 or 40.67% from 536); Blue value is 189 (74.22% from 255 or 35.26% from 536); Max value from RGB is 218 - color contains mainly: green. Hex color #81DABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81DABD is #7E2542. Grayscale: #BCBCBC. Windows color (decimal): -8267075 or 12442241. OLE color: 12442241.

HSL color Cylindrical-coordinate representation of color #81DABD: hue angle of 160.45º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81DABD is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB129218189-
CMYK0.4100.130.15
HSL160.45º54.6%68.04%-
HSV(B)160.45º40.83%85.49%-
XYZ43.3158.4857.15-
YUV188.08128.5185.86-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.07%
GREEN value IS 218 (85.55% from 255) = 40.67%
BLUE value IS 189 (74.22% from 255) = 35.26%
R=24.07%
G=40.67%
B=35.26%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1292181890.4100.130.15160.4554.668.04
Hex81DABD290DFa03744
Octal201332275510151724067104
Binary100000011101101010111101101001011011111101000001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81DABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,218,189); }

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

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

 a { background-color: rgb(129,218,189); }

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

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

 span { border-color: rgb(129,218,189); }

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