#8BC3BB

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

Shades of Bermuda #8BC3BB

Tints of Bermuda #8BC3BB

Color information

#8BC3BB (or 0x8BC3BB) is unknown color: approx Bermuda. HEX triplet: 8B, C3 and BB. RGB value is (139,195,187). Sum of RGB (Red+Green+Blue) = 139+195+187=521 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.68% from 521); Green value is 195 (76.56% from 255 or 37.43% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 195 - color contains mainly: green. Hex color #8BC3BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC3BB is #743C44. Grayscale: #B1B1B1. Windows color (decimal): -7617605 or 12305291. OLE color: 12305291.

HSL color Cylindrical-coordinate representation of color #8BC3BB: hue angle of 171.43º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8BC3BB is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB139195187-
CMYK0.2900.040.24
HSL171.43º31.82%65.49%-
HSV(B)171.43º28.72%76.47%-
XYZ39.1348.1154.24-
YUV177.34133.45100.65-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.68%
GREEN value IS 195 (76.56% from 255) = 37.43%
BLUE value IS 187 (73.44% from 255) = 35.89%
R=26.68%
G=37.43%
B=35.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1391951870.2900.040.24171.4331.8265.49
Hex8BC3BB1D0418ab2041
Octal21330327335043025340101
Binary10001011110000111011101111101010011000101010111000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,195,187); }

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

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

 a { background-color: rgb(139,195,187); }

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

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

 span { border-color: rgb(139,195,187); }

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