#8BCAC1

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

Shades of Bermuda #8BCAC1

Tints of Bermuda #8BCAC1

Color information

#8BCAC1 (or 0x8BCAC1) is unknown color: approx Bermuda. HEX triplet: 8B, CA and C1. RGB value is (139,202,193). Sum of RGB (Red+Green+Blue) = 139+202+193=534 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.03% from 534); Green value is 202 (79.30% from 255 or 37.83% from 534); Blue value is 193 (75.78% from 255 or 36.14% from 534); Max value from RGB is 202 - color contains mainly: green. Hex color #8BCAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCAC1 is #74353E. Grayscale: #B6B6B6. Windows color (decimal): -7615807 or 12700299. OLE color: 12700299.

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

Color convert

RGB139202193-
CMYK0.3100.040.21
HSL171.43º37.28%66.86%-
HSV(B)171.43º31.19%79.22%-
XYZ41.3951.5858.23-
YUV182.14134.1397.23-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.03%
GREEN value IS 202 (79.30% from 255) = 37.83%
BLUE value IS 193 (75.78% from 255) = 36.14%
R=26.03%
G=37.83%
B=36.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1392021930.3100.040.21171.4337.2866.86
Hex8BCAC11F0415ab2543
Octal21331230137042525345103
Binary10001011110010101100000111111010010101101010111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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