#8BCFC4

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

Shades of Bermuda #8BCFC4

Tints of Bermuda #8BCFC4

Color information

#8BCFC4 (or 0x8BCFC4) is unknown color: approx Bermuda. HEX triplet: 8B, CF and C4. RGB value is (139,207,196). Sum of RGB (Red+Green+Blue) = 139+207+196=542 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.65% from 542); Green value is 207 (81.25% from 255 or 38.19% from 542); Blue value is 196 (76.95% from 255 or 36.16% from 542); Max value from RGB is 207 - color contains mainly: green. Hex color #8BCFC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCFC4 is #74303B. Grayscale: #B9B9B9. Windows color (decimal): -7614524 or 12898187. OLE color: 12898187.

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

Color convert

RGB139207196-
CMYK0.3300.050.19
HSL170.29º41.46%67.84%-
HSV(B)170.29º32.85%81.18%-
XYZ42.9254.160.4-
YUV185.41133.9794.89-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.65%
GREEN value IS 207 (81.25% from 255) = 38.19%
BLUE value IS 196 (76.95% from 255) = 36.16%
R=25.65%
G=38.19%
B=36.16%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1392071960.3300.050.19170.2941.4667.84
Hex8BCFC4210513aa2944
Octal21331730441052325251104
Binary100010111100111111000100100001010110011101010101010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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