#8BCFC8

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

Shades of Bermuda #8BCFC8

Tints of Bermuda #8BCFC8

Color information

#8BCFC8 (or 0x8BCFC8) is unknown color: approx Bermuda. HEX triplet: 8B, CF and C8. RGB value is (139,207,200). Sum of RGB (Red+Green+Blue) = 139+207+200=546 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.46% from 546); Green value is 207 (81.25% from 255 or 37.91% from 546); Blue value is 200 (78.52% from 255 or 36.63% from 546); Max value from RGB is 207 - color contains mainly: green. Hex color #8BCFC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCFC8 is #743037. Grayscale: #B9B9B9. Windows color (decimal): -7614520 or 13160331. OLE color: 13160331.

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

Color convert

RGB139207200-
CMYK0.3300.030.19
HSL173.82º41.46%67.84%-
HSV(B)173.82º32.85%81.18%-
XYZ43.3954.2862.83-
YUV185.87135.9794.57-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.46%
GREEN value IS 207 (81.25% from 255) = 37.91%
BLUE value IS 200 (78.52% from 255) = 36.63%
R=25.46%
G=37.91%
B=36.63%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1392072000.3300.030.19173.8241.4667.84
Hex8BCFC8210313ae2944
Octal21331731041032325651104
Binary10001011110011111100100010000101110011101011101010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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