#8DCABB

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

Shades of Bermuda #8DCABB

Tints of Bermuda #8DCABB

Color information

#8DCABB (or 0x8DCABB) is unknown color: approx Bermuda. HEX triplet: 8D, CA and BB. RGB value is (141,202,187). Sum of RGB (Red+Green+Blue) = 141+202+187=530 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.60% from 530); Green value is 202 (79.30% from 255 or 38.11% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 202 - color contains mainly: green. Hex color #8DCABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCABB is #723544. Grayscale: #B6B6B6. Windows color (decimal): -7484741 or 12307085. OLE color: 12307085.

HSL color Cylindrical-coordinate representation of color #8DCABB: hue angle of 165.25º 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 #8DCABB is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB141202187-
CMYK0.3000.070.21
HSL165.25º36.53%67.25%-
HSV(B)165.25º30.2%79.22%-
XYZ41.0751.4954.79-
YUV182.05130.7998.72-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.60%
GREEN value IS 202 (79.30% from 255) = 38.11%
BLUE value IS 187 (73.44% from 255) = 35.28%
R=26.60%
G=38.11%
B=35.28%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1412021870.3000.070.21165.2536.5367.25
Hex8DCABB1E0715a52543
Octal21531227336072524545103
Binary10001101110010101011101111110011110101101001011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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