#8FCABF

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

Shades of Bermuda #8FCABF

Tints of Bermuda #8FCABF

Color information

#8FCABF (or 0x8FCABF) is unknown color: approx Bermuda. HEX triplet: 8F, CA and BF. RGB value is (143,202,191). Sum of RGB (Red+Green+Blue) = 143+202+191=536 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.68% from 536); Green value is 202 (79.30% from 255 or 37.69% from 536); Blue value is 191 (75% from 255 or 35.63% from 536); Max value from RGB is 202 - color contains mainly: green. Hex color #8FCABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCABF is #703540. Grayscale: #B7B7B7. Windows color (decimal): -7353665 or 12569231. OLE color: 12569231.

HSL color Cylindrical-coordinate representation of color #8FCABF: hue angle of 168.81º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8FCABF is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB143202191-
CMYK0.2900.050.21
HSL168.81º35.76%67.65%-
HSV(B)168.81º29.21%79.22%-
XYZ41.8551.8457.09-
YUV183.1132.4599.39-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.68%
GREEN value IS 202 (79.30% from 255) = 37.69%
BLUE value IS 191 (75% from 255) = 35.63%
R=26.68%
G=37.69%
B=35.63%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1432021910.2900.050.21168.8135.7667.65
Hex8FCABF1D0515a92444
Octal21731227735052525144104
Binary10001111110010101011111111101010110101101010011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,202,191); }

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

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

 a { background-color: rgb(143,202,191); }

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

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

 span { border-color: rgb(143,202,191); }

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