#81D7B9

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

Shades of Bermuda #81D7B9

Tints of Bermuda #81D7B9

Color information

#81D7B9 (or 0x81D7B9) is unknown color: approx Bermuda. HEX triplet: 81, D7 and B9. RGB value is (129,215,185). Sum of RGB (Red+Green+Blue) = 129+215+185=529 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.39% from 529); Green value is 215 (84.38% from 255 or 40.64% from 529); Blue value is 185 (72.66% from 255 or 34.97% from 529); Max value from RGB is 215 - color contains mainly: green. Hex color #81D7B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81D7B9 is #7E2846. Grayscale: #B9B9B9. Windows color (decimal): -8267847 or 12179329. OLE color: 12179329.

HSL color Cylindrical-coordinate representation of color #81D7B9: hue angle of 159.07º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #81D7B9 is Cyan = 0.4, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB129215185-
CMYK0.400.140.16
HSL159.07º51.81%67.45%-
HSV(B)159.07º40%84.31%-
XYZ42.1156.7754.64-
YUV185.87127.5187.44-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.39%
GREEN value IS 215 (84.38% from 255) = 40.64%
BLUE value IS 185 (72.66% from 255) = 34.97%
R=24.39%
G=40.64%
B=34.97%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1292151850.400.140.16159.0751.8167.45
Hex81D7B9280E109f3443
Octal201327271500162023764103
Binary1000000111010111101110011010000111010000100111111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D7B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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