#8DCAB9

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

Shades of Bermuda #8DCAB9

Tints of Bermuda #8DCAB9

Color information

#8DCAB9 (or 0x8DCAB9) is unknown color: approx Bermuda. HEX triplet: 8D, CA and B9. RGB value is (141,202,185). Sum of RGB (Red+Green+Blue) = 141+202+185=528 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.70% from 528); Green value is 202 (79.30% from 255 or 38.26% from 528); Blue value is 185 (72.66% from 255 or 35.04% from 528); Max value from RGB is 202 - color contains mainly: green. Hex color #8DCAB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCAB9 is #723546. Grayscale: #B5B5B5. Windows color (decimal): -7484743 or 12176013. OLE color: 12176013.

HSL color Cylindrical-coordinate representation of color #8DCAB9: hue angle of 163.28º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8DCAB9 is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB141202185-
CMYK0.3000.080.21
HSL163.28º36.53%67.25%-
HSV(B)163.28º30.2%79.22%-
XYZ40.8651.4153.67-
YUV181.82129.7998.88-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.70%
GREEN value IS 202 (79.30% from 255) = 38.26%
BLUE value IS 185 (72.66% from 255) = 35.04%
R=26.70%
G=38.26%
B=35.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1412021850.3000.080.21163.2836.5367.25
Hex8DCAB91E0815a32543
Octal215312271360102524345103
Binary100011011100101010111001111100100010101101000111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DCAB9; }

 p { color: rgb(141,202,185); }

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

<style>
 a { background-color: #8DCAB9; }

 a { background-color: rgb(141,202,185); }

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

<style>
 span { border-color: #8DCAB9; }

 span { border-color: rgb(141,202,185); }

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