#81CEB9

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

Shades of Bermuda #81CEB9

Tints of Bermuda #81CEB9

Color information

#81CEB9 (or 0x81CEB9) is unknown color: approx Bermuda. HEX triplet: 81, CE and B9. RGB value is (129,206,185). Sum of RGB (Red+Green+Blue) = 129+206+185=520 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.81% from 520); Green value is 206 (80.86% from 255 or 39.62% from 520); Blue value is 185 (72.66% from 255 or 35.58% from 520); Max value from RGB is 206 - color contains mainly: green. Hex color #81CEB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81CEB9 is #7E3146. Grayscale: #B4B4B4. Windows color (decimal): -8270151 or 12177025. OLE color: 12177025.

HSL color Cylindrical-coordinate representation of color #81CEB9: hue angle of 163.64º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #81CEB9 is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB129206185-
CMYK0.3700.100.19
HSL163.64º44%65.69%-
HSV(B)163.64º37.38%80.78%-
XYZ39.8852.3153.89-
YUV180.58130.4991.21-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.81%
GREEN value IS 206 (80.86% from 255) = 39.62%
BLUE value IS 185 (72.66% from 255) = 35.58%
R=24.81%
G=39.62%
B=35.58%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1292061850.3700.100.19163.644465.69
Hex81CEB9250A13a42c42
Octal201316271450122324454102
Binary1000000111001110101110011001010101010011101001001011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81CEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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