#8FD0BE

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

Shades of Bermuda #8FD0BE

Tints of Bermuda #8FD0BE

Color information

#8FD0BE (or 0x8FD0BE) is unknown color: approx Bermuda. HEX triplet: 8F, D0 and BE. RGB value is (143,208,190). Sum of RGB (Red+Green+Blue) = 143+208+190=541 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.43% from 541); Green value is 208 (81.64% from 255 or 38.45% from 541); Blue value is 190 (74.61% from 255 or 35.12% from 541); Max value from RGB is 208 - color contains mainly: green. Hex color #8FD0BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FD0BE is #702F41. Grayscale: #BABABA. Windows color (decimal): -7352130 or 12505231. OLE color: 12505231.

HSL color Cylindrical-coordinate representation of color #8FD0BE: hue angle of 163.38º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FD0BE is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB143208190-
CMYK0.3100.090.18
HSL163.38º40.88%68.82%-
HSV(B)163.38º31.25%81.57%-
XYZ43.1854.6756.99-
YUV186.51129.9796.96-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.43%
GREEN value IS 208 (81.64% from 255) = 38.45%
BLUE value IS 190 (74.61% from 255) = 35.12%
R=26.43%
G=38.45%
B=35.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1432081900.3100.090.18163.3840.8868.82
Hex8FD0BE1F0912a32945
Octal217320276370112224351105
Binary100011111101000010111110111110100110010101000111010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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