#8BCEB5

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

Shades of Bermuda #8BCEB5

Tints of Bermuda #8BCEB5

Color information

#8BCEB5 (or 0x8BCEB5) is unknown color: approx Bermuda. HEX triplet: 8B, CE and B5. RGB value is (139,206,181). Sum of RGB (Red+Green+Blue) = 139+206+181=526 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.43% from 526); Green value is 206 (80.86% from 255 or 39.16% from 526); Blue value is 181 (71.09% from 255 or 34.41% from 526); Max value from RGB is 206 - color contains mainly: green. Hex color #8BCEB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCEB5 is #74314A. Grayscale: #B7B7B7. Windows color (decimal): -7614795 or 11914891. OLE color: 11914891.

HSL color Cylindrical-coordinate representation of color #8BCEB5: hue angle of 157.61º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BCEB5 is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB139206181-
CMYK0.3300.120.19
HSL157.61º40.61%67.65%-
HSV(B)157.61º32.52%80.78%-
XYZ41.0652.9751.78-
YUV183.12126.896.53-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.43%
GREEN value IS 206 (80.86% from 255) = 39.16%
BLUE value IS 181 (71.09% from 255) = 34.41%
R=26.43%
G=39.16%
B=34.41%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1392061810.3300.120.19157.6140.6167.65
Hex8BCEB5210C139e2944
Octal213316265410142323651104
Binary1000101111001110101101011000010110010011100111101010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,206,181); }

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

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

 a { background-color: rgb(139,206,181); }

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

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

 span { border-color: rgb(139,206,181); }

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