#8BC9BF

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

Shades of Bermuda #8BC9BF

Tints of Bermuda #8BC9BF

Color information

#8BC9BF (or 0x8BC9BF) is unknown color: approx Bermuda. HEX triplet: 8B, C9 and BF. RGB value is (139,201,191). Sum of RGB (Red+Green+Blue) = 139+201+191=531 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.18% from 531); Green value is 201 (78.91% from 255 or 37.85% from 531); Blue value is 191 (75% from 255 or 35.97% from 531); Max value from RGB is 201 - color contains mainly: green. Hex color #8BC9BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC9BF is #743640. Grayscale: #B5B5B5. Windows color (decimal): -7616065 or 12568971. OLE color: 12568971.

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

Color convert

RGB139201191-
CMYK0.3100.050.21
HSL170.32º36.47%66.67%-
HSV(B)170.32º30.85%78.82%-
XYZ40.9451.0256.98-
YUV181.32133.4697.81-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.18%
GREEN value IS 201 (78.91% from 255) = 37.85%
BLUE value IS 191 (75% from 255) = 35.97%
R=26.18%
G=37.85%
B=35.97%

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
Decimal1392011910.3100.050.21170.3236.4766.67
Hex8BC9BF1F0515aa2443
Octal21331127737052525244103
Binary10001011110010011011111111111010110101101010101001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,201,191); }

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

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

 a { background-color: rgb(139,201,191); }

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

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

 span { border-color: rgb(139,201,191); }

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