#8BC8BA

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

Shades of Bermuda #8BC8BA

Tints of Bermuda #8BC8BA

Color information

#8BC8BA (or 0x8BC8BA) is unknown color: approx Bermuda. HEX triplet: 8B, C8 and BA. RGB value is (139,200,186). Sum of RGB (Red+Green+Blue) = 139+200+186=525 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.48% from 525); Green value is 200 (78.52% from 255 or 38.10% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 200 - color contains mainly: green. Hex color #8BC8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC8BA is #743745. Grayscale: #B4B4B4. Windows color (decimal): -7616326 or 12241035. OLE color: 12241035.

HSL color Cylindrical-coordinate representation of color #8BC8BA: hue angle of 166.23º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BC8BA is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB139200186-
CMYK0.3000.070.22
HSL166.23º35.67%66.47%-
HSV(B)166.23º30.5%78.43%-
XYZ40.1650.3454.05-
YUV180.16131.2998.64-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.48%
GREEN value IS 200 (78.52% from 255) = 38.10%
BLUE value IS 186 (73.05% from 255) = 35.43%
R=26.48%
G=38.10%
B=35.43%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1392001860.3000.070.22166.2335.6766.47
Hex8BC8BA1E0716a62442
Octal21331027236072624644102
Binary10001011110010001011101011110011110110101001101001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,200,186); }

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

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

 a { background-color: rgb(139,200,186); }

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

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

 span { border-color: rgb(139,200,186); }

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