#8BD6BD

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

Shades of Bermuda #8BD6BD

Tints of Bermuda #8BD6BD

Color information

#8BD6BD (or 0x8BD6BD) is unknown color: approx Bermuda. HEX triplet: 8B, D6 and BD. RGB value is (139,214,189). Sum of RGB (Red+Green+Blue) = 139+214+189=542 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.65% from 542); Green value is 214 (83.98% from 255 or 39.48% from 542); Blue value is 189 (74.22% from 255 or 34.87% from 542); Max value from RGB is 214 - color contains mainly: green. Hex color #8BD6BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BD6BD is #742942. Grayscale: #BCBCBC. Windows color (decimal): -7612739 or 12441227. OLE color: 12441227.

HSL color Cylindrical-coordinate representation of color #8BD6BD: hue angle of 160º 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 #8BD6BD is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB139214189-
CMYK0.3500.120.16
HSL160º47.77%69.22%-
HSV(B)160º35.05%83.92%-
XYZ43.8857.2656.88-
YUV188.72128.1592.53-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.65%
GREEN value IS 214 (83.98% from 255) = 39.48%
BLUE value IS 189 (74.22% from 255) = 34.87%
R=25.65%
G=39.48%
B=34.87%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1392141890.3500.120.1616047.7769.22
Hex8BD6BD230C10a03045
Octal213326275430142024060105
Binary1000101111010110101111011000110110010000101000001100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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