#8BCAC0

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

Shades of Bermuda #8BCAC0

Tints of Bermuda #8BCAC0

Color information

#8BCAC0 (or 0x8BCAC0) is unknown color: approx Bermuda. HEX triplet: 8B, CA and C0. RGB value is (139,202,192). Sum of RGB (Red+Green+Blue) = 139+202+192=533 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.08% from 533); Green value is 202 (79.30% from 255 or 37.90% from 533); Blue value is 192 (75.39% from 255 or 36.02% from 533); Max value from RGB is 202 - color contains mainly: green. Hex color #8BCAC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCAC0 is #74353F. Grayscale: #B6B6B6. Windows color (decimal): -7615808 or 12634763. OLE color: 12634763.

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

Color convert

RGB139202192-
CMYK0.3100.050.21
HSL170.48º37.28%66.86%-
HSV(B)170.48º31.19%79.22%-
XYZ41.2851.5457.64-
YUV182.02133.6397.31-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.08%
GREEN value IS 202 (79.30% from 255) = 37.90%
BLUE value IS 192 (75.39% from 255) = 36.02%
R=26.08%
G=37.90%
B=36.02%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1392021920.3100.050.21170.4837.2866.86
Hex8BCAC01F0515aa2543
Octal21331230037052525245103
Binary10001011110010101100000011111010110101101010101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,202,192); }

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

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

 a { background-color: rgb(139,202,192); }

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

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

 span { border-color: rgb(139,202,192); }

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