#81D9BE

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

Shades of Bermuda #81D9BE

Tints of Bermuda #81D9BE

Color information

#81D9BE (or 0x81D9BE) is unknown color: approx Bermuda. HEX triplet: 81, D9 and BE. RGB value is (129,217,190). Sum of RGB (Red+Green+Blue) = 129+217+190=536 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.07% from 536); Green value is 217 (85.16% from 255 or 40.49% from 536); Blue value is 190 (74.61% from 255 or 35.45% from 536); Max value from RGB is 217 - color contains mainly: green. Hex color #81D9BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81D9BE is #7E2641. Grayscale: #BBBBBB. Windows color (decimal): -8267330 or 12507521. OLE color: 12507521.

HSL color Cylindrical-coordinate representation of color #81D9BE: hue angle of 161.59º degrees, saturation: 0.54, 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 #81D9BE is Cyan = 0.41, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB129217190-
CMYK0.4100.120.15
HSL161.59º53.66%67.84%-
HSV(B)161.59º40.55%85.1%-
XYZ43.1658.0157.64-
YUV187.61129.3586.2-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.07%
GREEN value IS 217 (85.16% from 255) = 40.49%
BLUE value IS 190 (74.61% from 255) = 35.45%
R=24.07%
G=40.49%
B=35.45%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1292171900.4100.120.15161.5953.6667.84
Hex81D9BE290CFa23644
Octal201331276510141724266104
Binary100000011101100110111110101001011001111101000101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,217,190); }

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

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

 a { background-color: rgb(129,217,190); }

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

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

 span { border-color: rgb(129,217,190); }

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