#8BC4BE

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

Shades of Bermuda #8BC4BE

Tints of Bermuda #8BC4BE

Color information

#8BC4BE (or 0x8BC4BE) is unknown color: approx Bermuda. HEX triplet: 8B, C4 and BE. RGB value is (139,196,190). Sum of RGB (Red+Green+Blue) = 139+196+190=525 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.48% from 525); Green value is 196 (76.95% from 255 or 37.33% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 196 - color contains mainly: green. Hex color #8BC4BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC4BE is #743B41. Grayscale: #B2B2B2. Windows color (decimal): -7617346 or 12502155. OLE color: 12502155.

HSL color Cylindrical-coordinate representation of color #8BC4BE: hue angle of 173.68º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8BC4BE is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB139196190-
CMYK0.2900.030.23
HSL173.68º32.57%65.69%-
HSV(B)173.68º29.08%76.86%-
XYZ39.6848.6956.02-
YUV178.27134.6299.99-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.48%
GREEN value IS 196 (76.95% from 255) = 37.33%
BLUE value IS 190 (74.61% from 255) = 36.19%
R=26.48%
G=37.33%
B=36.19%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1391961900.2900.030.23173.6832.5765.69
Hex8BC4BE1D0317ae2142
Octal21330427635032725641102
Binary1000101111000100101111101110101110111101011101000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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