#8BCABE

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

Shades of Bermuda #8BCABE

Tints of Bermuda #8BCABE

Color information

#8BCABE (or 0x8BCABE) is unknown color: approx Bermuda. HEX triplet: 8B, CA and BE. RGB value is (139,202,190). Sum of RGB (Red+Green+Blue) = 139+202+190=531 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.18% from 531); Green value is 202 (79.30% from 255 or 38.04% from 531); Blue value is 190 (74.61% from 255 or 35.78% from 531); Max value from RGB is 202 - color contains mainly: green. Hex color #8BCABE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCABE is #743541. Grayscale: #B5B5B5. Windows color (decimal): -7615810 or 12503691. OLE color: 12503691.

HSL color Cylindrical-coordinate representation of color #8BCABE: hue angle of 168.57º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BCABE is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB139202190-
CMYK0.3100.060.21
HSL168.57º37.28%66.86%-
HSV(B)168.57º31.19%79.22%-
XYZ41.0651.4556.48-
YUV181.8132.6397.48-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.18%
GREEN value IS 202 (79.30% from 255) = 38.04%
BLUE value IS 190 (74.61% from 255) = 35.78%
R=26.18%
G=38.04%
B=35.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1392021900.3100.060.21168.5737.2866.86
Hex8BCABE1F0615a92543
Octal21331227637062525145103
Binary10001011110010101011111011111011010101101010011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,202,190); }

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

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

 a { background-color: rgb(139,202,190); }

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

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

 span { border-color: rgb(139,202,190); }

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