#81CABD

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

Shades of Bermuda #81CABD

Tints of Bermuda #81CABD

Color information

#81CABD (or 0x81CABD) is unknown color: approx Bermuda. HEX triplet: 81, CA and BD. RGB value is (129,202,189). Sum of RGB (Red+Green+Blue) = 129+202+189=520 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.81% from 520); Green value is 202 (79.30% from 255 or 38.85% from 520); Blue value is 189 (74.22% from 255 or 36.35% from 520); Max value from RGB is 202 - color contains mainly: green. Hex color #81CABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81CABD is #7E3542. Grayscale: #B2B2B2. Windows color (decimal): -8271171 or 12438145. OLE color: 12438145.

HSL color Cylindrical-coordinate representation of color #81CABD: hue angle of 169.32º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #81CABD is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB129202189-
CMYK0.3600.060.21
HSL169.32º40.78%64.9%-
HSV(B)169.32º36.14%79.22%-
XYZ39.3650.5855.83-
YUV178.69133.8292.56-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.81%
GREEN value IS 202 (79.30% from 255) = 38.85%
BLUE value IS 189 (74.22% from 255) = 36.35%
R=24.81%
G=38.85%
B=36.35%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1292021890.3600.060.21169.3240.7864.9
Hex81CABD240615a92941
Octal20131227544062525151101
Binary100000011100101010111101100100011010101101010011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81CABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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