#8FD5BE

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

Shades of Bermuda #8FD5BE

Tints of Bermuda #8FD5BE

Color information

#8FD5BE (or 0x8FD5BE) is unknown color: approx Bermuda. HEX triplet: 8F, D5 and BE. RGB value is (143,213,190). Sum of RGB (Red+Green+Blue) = 143+213+190=546 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.19% from 546); Green value is 213 (83.59% from 255 or 39.01% from 546); Blue value is 190 (74.61% from 255 or 34.80% from 546); Max value from RGB is 213 - color contains mainly: green. Hex color #8FD5BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FD5BE is #702A41. Grayscale: #BDBDBD. Windows color (decimal): -7350850 or 12506511. OLE color: 12506511.

HSL color Cylindrical-coordinate representation of color #8FD5BE: hue angle of 160.29º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8FD5BE is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB143213190-
CMYK0.3300.110.16
HSL160.29º45.45%69.8%-
HSV(B)160.29º32.86%83.53%-
XYZ44.4257.1557.4-
YUV189.45128.3194.87-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.19%
GREEN value IS 213 (83.59% from 255) = 39.01%
BLUE value IS 190 (74.61% from 255) = 34.80%
R=26.19%
G=39.01%
B=34.80%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1432131900.3300.110.16160.2945.4569.8
Hex8FD5BE210B10a02d46
Octal217325276410132024055106
Binary1000111111010101101111101000010101110000101000001011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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