#8BC4BF

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

Shades of Bermuda #8BC4BF

Tints of Bermuda #8BC4BF

Color information

#8BC4BF (or 0x8BC4BF) is unknown color: approx Bermuda. HEX triplet: 8B, C4 and BF. RGB value is (139,196,191). Sum of RGB (Red+Green+Blue) = 139+196+191=526 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.43% from 526); Green value is 196 (76.95% from 255 or 37.26% from 526); Blue value is 191 (75% from 255 or 36.31% from 526); Max value from RGB is 196 - color contains mainly: green. Hex color #8BC4BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC4BF is #743B40. Grayscale: #B2B2B2. Windows color (decimal): -7617345 or 12567691. OLE color: 12567691.

HSL color Cylindrical-coordinate representation of color #8BC4BF: hue angle of 174.74º 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 #8BC4BF is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB139196191-
CMYK0.2900.030.23
HSL174.74º32.57%65.69%-
HSV(B)174.74º29.08%76.86%-
XYZ39.7948.7356.6-
YUV178.39135.1299.91-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.43%
GREEN value IS 196 (76.95% from 255) = 37.26%
BLUE value IS 191 (75% from 255) = 36.31%
R=26.43%
G=37.26%
B=36.31%

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
Decimal1391961910.2900.030.23174.7432.5765.69
Hex8BC4BF1D0317af2142
Octal21330427735032725741102
Binary1000101111000100101111111110101110111101011111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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