#8BCFC0

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

Shades of Bermuda #8BCFC0

Tints of Bermuda #8BCFC0

Color information

#8BCFC0 (or 0x8BCFC0) is unknown color: approx Bermuda. HEX triplet: 8B, CF and C0. RGB value is (139,207,192). Sum of RGB (Red+Green+Blue) = 139+207+192=538 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.84% from 538); Green value is 207 (81.25% from 255 or 38.48% from 538); Blue value is 192 (75.39% from 255 or 35.69% from 538); Max value from RGB is 207 - color contains mainly: green. Hex color #8BCFC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCFC0 is #74303F. Grayscale: #B8B8B8. Windows color (decimal): -7614528 or 12636043. OLE color: 12636043.

HSL color Cylindrical-coordinate representation of color #8BCFC0: hue angle of 166.76º 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 #8BCFC0 is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB139207192-
CMYK0.3300.070.19
HSL166.76º41.46%67.84%-
HSV(B)166.76º32.85%81.18%-
XYZ42.4753.9258.04-
YUV184.96131.9795.22-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.84%
GREEN value IS 207 (81.25% from 255) = 38.48%
BLUE value IS 192 (75.39% from 255) = 35.69%
R=25.84%
G=38.48%
B=35.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1392071920.3300.070.19166.7641.4667.84
Hex8BCFC0210713a72944
Octal21331730041072324751104
Binary100010111100111111000000100001011110011101001111010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,207,192); }

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

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

 a { background-color: rgb(139,207,192); }

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

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

 span { border-color: rgb(139,207,192); }

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