#8FCCBA

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

Shades of Bermuda #8FCCBA

Tints of Bermuda #8FCCBA

Color information

#8FCCBA (or 0x8FCCBA) is unknown color: approx Bermuda. HEX triplet: 8F, CC and BA. RGB value is (143,204,186). Sum of RGB (Red+Green+Blue) = 143+204+186=533 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.83% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCCBA is #703345. Grayscale: #B7B7B7. Windows color (decimal): -7353158 or 12242063. OLE color: 12242063.

HSL color Cylindrical-coordinate representation of color #8FCCBA: hue angle of 162.3º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FCCBA is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB143204186-
CMYK0.3000.090.2
HSL162.3º37.42%68.04%-
HSV(B)162.3º29.9%80%-
XYZ41.7852.5754.4-
YUV183.71129.2998.96-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.83%
GREEN value IS 204 (80.08% from 255) = 38.27%
BLUE value IS 186 (73.05% from 255) = 34.90%
R=26.83%
G=38.27%
B=34.90%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1432041860.3000.090.2162.337.4268.04
Hex8FCCBA1E0914a22544
Octal217314272360112424245104
Binary100011111100110010111010111100100110100101000101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,204,186); }

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

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

 a { background-color: rgb(143,204,186); }

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

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

 span { border-color: rgb(143,204,186); }

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