#8BDBBB

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

Shades of Bermuda #8BDBBB

Tints of Bermuda #8BDBBB

Color information

#8BDBBB (or 0x8BDBBB) is unknown color: approx Bermuda. HEX triplet: 8B, DB and BB. RGB value is (139,219,187). Sum of RGB (Red+Green+Blue) = 139+219+187=545 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.50% from 545); Green value is 219 (85.94% from 255 or 40.18% from 545); Blue value is 187 (73.44% from 255 or 34.31% from 545); Max value from RGB is 219 - color contains mainly: green. Hex color #8BDBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BDBBB is #742444. Grayscale: #BFBFBF. Windows color (decimal): -7611461 or 12311435. OLE color: 12311435.

HSL color Cylindrical-coordinate representation of color #8BDBBB: hue angle of 156º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BDBBB is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB139219187-
CMYK0.3700.150.14
HSL156º52.63%70.2%-
HSV(B)156º36.53%85.88%-
XYZ44.9559.7456.18-
YUV191.43125.590.6-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.50%
GREEN value IS 219 (85.94% from 255) = 40.18%
BLUE value IS 187 (73.44% from 255) = 34.31%
R=25.50%
G=40.18%
B=34.31%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1392191870.3700.150.1415652.6370.2
Hex8BDBBB250FE9c3546
Octal213333273450171623465106
Binary100010111101101110111011100101011111110100111001101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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