#8BD6BB

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

Shades of Bermuda #8BD6BB

Tints of Bermuda #8BD6BB

Color information

#8BD6BB (or 0x8BD6BB) is unknown color: approx Bermuda. HEX triplet: 8B, D6 and BB. RGB value is (139,214,187). Sum of RGB (Red+Green+Blue) = 139+214+187=540 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.74% from 540); Green value is 214 (83.98% from 255 or 39.63% from 540); Blue value is 187 (73.44% from 255 or 34.63% from 540); Max value from RGB is 214 - color contains mainly: green. Hex color #8BD6BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BD6BB is #742944. Grayscale: #BCBCBC. Windows color (decimal): -7612741 or 12310155. OLE color: 12310155.

HSL color Cylindrical-coordinate representation of color #8BD6BB: hue angle of 158.4º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8BD6BB is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB139214187-
CMYK0.3500.130.16
HSL158.4º47.77%69.22%-
HSV(B)158.4º35.05%83.92%-
XYZ43.6657.1755.75-
YUV188.5127.1592.7-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.74%
GREEN value IS 214 (83.98% from 255) = 39.63%
BLUE value IS 187 (73.44% from 255) = 34.63%
R=25.74%
G=39.63%
B=34.63%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1392141870.3500.130.16158.447.7769.22
Hex8BD6BB230D109e3045
Octal213326273430152023660105
Binary1000101111010110101110111000110110110000100111101100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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