#8BCFC1

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

Shades of Bermuda #8BCFC1

Tints of Bermuda #8BCFC1

Color information

#8BCFC1 (or 0x8BCFC1) is unknown color: approx Bermuda. HEX triplet: 8B, CF and C1. RGB value is (139,207,193). Sum of RGB (Red+Green+Blue) = 139+207+193=539 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.79% from 539); Green value is 207 (81.25% from 255 or 38.40% from 539); Blue value is 193 (75.78% from 255 or 35.81% from 539); Max value from RGB is 207 - color contains mainly: green. Hex color #8BCFC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCFC1 is #74303E. Grayscale: #B9B9B9. Windows color (decimal): -7614527 or 12701579. OLE color: 12701579.

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

Color convert

RGB139207193-
CMYK0.3300.070.19
HSL167.65º41.46%67.84%-
HSV(B)167.65º32.85%81.18%-
XYZ42.5953.9658.62-
YUV185.07132.4795.14-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.79%
GREEN value IS 207 (81.25% from 255) = 38.40%
BLUE value IS 193 (75.78% from 255) = 35.81%
R=25.79%
G=38.40%
B=35.81%

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
Decimal1392071930.3300.070.19167.6541.4667.84
Hex8BCFC1210713a82944
Octal21331730141072325051104
Binary100010111100111111000001100001011110011101010001010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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