#8FD9BE

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

Shades of Bermuda #8FD9BE

Tints of Bermuda #8FD9BE

Color information

#8FD9BE (or 0x8FD9BE) is unknown color: approx Bermuda. HEX triplet: 8F, D9 and BE. RGB value is (143,217,190). Sum of RGB (Red+Green+Blue) = 143+217+190=550 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26% from 550); Green value is 217 (85.16% from 255 or 39.45% from 550); Blue value is 190 (74.61% from 255 or 34.55% from 550); Max value from RGB is 217 - color contains mainly: green. Hex color #8FD9BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FD9BE is #702641. Grayscale: #BFBFBF. Windows color (decimal): -7349826 or 12507535. OLE color: 12507535.

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

Color convert

RGB143217190-
CMYK0.3400.120.15
HSL158.11º49.33%70.59%-
HSV(B)158.11º34.1%85.1%-
XYZ45.4359.1857.74-
YUV191.8126.9893.2-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26%
GREEN value IS 217 (85.16% from 255) = 39.45%
BLUE value IS 190 (74.61% from 255) = 34.55%
R=26%
G=39.45%
B=34.55%

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
Decimal1432171900.3400.120.15158.1149.3370.59
Hex8FD9BE220CF9e3147
Octal217331276420141723661107
Binary100011111101100110111110100010011001111100111101100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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