#8FCDBA

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

Shades of Bermuda #8FCDBA

Tints of Bermuda #8FCDBA

Color information

#8FCDBA (or 0x8FCDBA) is unknown color: approx Bermuda. HEX triplet: 8F, CD and BA. RGB value is (143,205,186). Sum of RGB (Red+Green+Blue) = 143+205+186=534 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.78% from 534); Green value is 205 (80.47% from 255 or 38.39% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 205 - color contains mainly: green. Hex color #8FCDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCDBA is #703245. Grayscale: #B8B8B8. Windows color (decimal): -7352902 or 12242319. OLE color: 12242319.

HSL color Cylindrical-coordinate representation of color #8FCDBA: hue angle of 161.61º degrees, saturation: 0.38, 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 #8FCDBA is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB143205186-
CMYK0.3000.090.20
HSL161.61º38.27%68.24%-
HSV(B)161.61º30.24%80.39%-
XYZ42.0253.0554.48-
YUV184.3128.9698.54-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.78%
GREEN value IS 205 (80.47% from 255) = 38.39%
BLUE value IS 186 (73.05% from 255) = 34.83%
R=26.78%
G=38.39%
B=34.83%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1432051860.3000.090.20161.6138.2768.24
Hex8FCDBA1E0914a22644
Octal217315272360112424246104
Binary100011111100110110111010111100100110100101000101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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