#8FD8BE

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

Shades of Bermuda #8FD8BE

Tints of Bermuda #8FD8BE

Color information

#8FD8BE (or 0x8FD8BE) is unknown color: approx Bermuda. HEX triplet: 8F, D8 and BE. RGB value is (143,216,190). Sum of RGB (Red+Green+Blue) = 143+216+190=549 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.05% from 549); Green value is 216 (84.77% from 255 or 39.34% from 549); Blue value is 190 (74.61% from 255 or 34.61% from 549); Max value from RGB is 216 - color contains mainly: green. Hex color #8FD8BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FD8BE is #702741. Grayscale: #BFBFBF. Windows color (decimal): -7350082 or 12507279. OLE color: 12507279.

HSL color Cylindrical-coordinate representation of color #8FD8BE: hue angle of 158.63º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8FD8BE is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB143216190-
CMYK0.3400.120.15
HSL158.63º48.34%70.39%-
HSV(B)158.63º33.8%84.71%-
XYZ45.1858.6757.66-
YUV191.21127.3293.61-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.05%
GREEN value IS 216 (84.77% from 255) = 39.34%
BLUE value IS 190 (74.61% from 255) = 34.61%
R=26.05%
G=39.34%
B=34.61%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1432161900.3400.120.15158.6348.3470.39
Hex8FD8BE220CF9f3046
Octal217330276420141723760106
Binary100011111101100010111110100010011001111100111111100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,216,190); }

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

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

 a { background-color: rgb(143,216,190); }

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

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

 span { border-color: rgb(143,216,190); }

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