#8BDABB

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

Shades of Bermuda #8BDABB

Tints of Bermuda #8BDABB

Color information

#8BDABB (or 0x8BDABB) is unknown color: approx Bermuda. HEX triplet: 8B, DA and BB. RGB value is (139,218,187). Sum of RGB (Red+Green+Blue) = 139+218+187=544 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.55% from 544); Green value is 218 (85.55% from 255 or 40.07% from 544); Blue value is 187 (73.44% from 255 or 34.38% from 544); Max value from RGB is 218 - color contains mainly: green. Hex color #8BDABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BDABB is #742544. Grayscale: #BEBEBE. Windows color (decimal): -7611717 or 12311179. OLE color: 12311179.

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

Color convert

RGB139218187-
CMYK0.3600.140.15
HSL156.46º51.63%70%-
HSV(B)156.46º36.24%85.49%-
XYZ44.6959.2256.09-
YUV190.84125.8391.02-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.55%
GREEN value IS 218 (85.55% from 255) = 40.07%
BLUE value IS 187 (73.44% from 255) = 34.38%
R=25.55%
G=40.07%
B=34.38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1392181870.3600.140.15156.4651.6370
Hex8BDABB240EF9c3446
Octal213332273440161723464106
Binary100010111101101010111011100100011101111100111001101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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